try to start breaking up firewall rules into something not quite as messy
[mirror/dsa-puppet.git] / modules / ntp / manifests / init.pp
index f461735..dfc1517 100644 (file)
@@ -25,4 +25,12 @@ class ntp {
                path        => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin",
                refreshonly => true,
        }
+        @ferm::rule { "dsa-ntp":
+                domain          => "(ip ip6)",
+                description     => "Allow ntp access",
+                rule            => "&SERVICE(udp, 123)"
+        }
 }
+# vim:set et:
+# vim:set sts=4 ts=4:
+# vim:set shiftwidth=4: