try to start breaking up firewall rules into something not quite as messy
[mirror/dsa-puppet.git] / modules / ferm / manifests / rsync.pp
diff --git a/modules/ferm/manifests/rsync.pp b/modules/ferm/manifests/rsync.pp
new file mode 100644 (file)
index 0000000..390bce2
--- /dev/null
@@ -0,0 +1,8 @@
+class ferm::rsync {
+    @ferm::rule { "dsa-rsync":
+        domain          => "(ip ip6)",
+        description     => "Allow rsync access",
+        rule            => "&SERVICE(tcp, 873)"
+    }
+}
+