]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/nagios/manifests/client.pp
and actually quote correctly
[dsa-puppet.git] / modules / nagios / manifests / client.pp
index 7fcbb03da1cf9e9cc50d9627a4bb18c5cb87e03f..053c6dc6b83a03ec7a8a9eaf08fa65f736930470 100644 (file)
@@ -46,7 +46,7 @@ class nagios::client inherits nagios {
                refreshonly => true,
        }
         ferm::rule { "dsa-nagios":
-                domain          => (ip ip6),
+                domain          => "(ip ip6)",
                 description     => "Allow nrpe from nagios master",
                 rule            => "proto tcp mod state state (NEW) dport (5666) @subchain 'nagios' { saddr (\$HOST_NAGIOS) ACCEPT; }"
         }