From: Martin Zobel-Helas Date: Thu, 12 Aug 2010 20:03:32 +0000 (+0200) Subject: typo? X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=8f35e8b2137bccacf5b33a7f829b42bccd50be0f;hp=3d464d174dd635c924ff4063593e48037d903c49;p=mirror%2Fdsa-puppet.git typo? --- diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 890de74d7..3e07aecf7 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -114,7 +114,7 @@ class ferm::per-host { source => "puppet:///ferm/conntrack_sip.conf", require => Package["ferm"], notify => Exec["ferm restart"]; - }, + } @ferm::rule { "dsa-sip": domain => "(ip ip6)", description => "Allow sip access",