]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ntp/manifests/init.pp
and actually quote correctly
[dsa-puppet.git] / modules / ntp / manifests / init.pp
index 00b3340b8bb6d861c8d0fabbc3cd1cdda4fd8bdf..fb564641f51d6887accdd6492a39ecd4e583bd38 100644 (file)
@@ -26,6 +26,7 @@ class ntp {
                refreshonly => true,
        }
         ferm::rule { "dsa-ntp":
+                domain          => "(ip ip6)",
                 description     => "Allow ntp access",
                 rule            => "proto udp mod state state (NEW) dport (123) ACCEPT"
         }