]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
picky puppet
authorMartin Zobel-Helas <zobel@debian.org>
Mon, 18 Jan 2010 20:18:46 +0000 (21:18 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Mon, 18 Jan 2010 20:18:46 +0000 (21:18 +0100)
modules/munin-node/manifests/init.pp
modules/nagios/manifests/init.pp

index 5b61d16783f48db779743bc60aa183994f4dc1cb..c3b4a1236a3a4cb6890881be1984daec0216b5d8 100644 (file)
@@ -77,7 +77,7 @@ class munin-node {
     }
     ferm::rule { "dsa-munin":
         description     => "Allow munin-node from spohr.debian.org",
-        rule            => "proto tcp dport 4949 saddr $HOST_MUNIN ACCEPT"
+        rule            => "proto tcp dport 4949 saddr $HOST_MUNIN ACCEPT",
        prio            => "02"
    }
 }
index f3e3cbcbc67e95db28b764a2500cf2d9672dc339..54558f0311d0b96878371715e163b69efd423fb0 100644 (file)
@@ -4,7 +4,7 @@ class nagios {
        }
        ferm::rule { "dsa-nagios":
                description     => "Allow nrpe from spohr.debian.org",
-               rule            => "proto tcp dport 5666 saddr $HOST_NAGIOS ACCEPT"
+               rule            => "proto tcp dport 5666 saddr $HOST_NAGIOS ACCEPT",
                prio            => "03"
        }
 }