]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/rsync/manifests/init.pp
try with the correct path name
[dsa-puppet.git] / modules / rsync / manifests / init.pp
diff --git a/modules/rsync/manifests/init.pp b/modules/rsync/manifests/init.pp
new file mode 100644 (file)
index 0000000..094ffa3
--- /dev/null
@@ -0,0 +1,9 @@
+class rsync {
+
+    @ferm::rule { "dsa-rsync":
+            domain          => "(ip ip6)",
+            description     => "Allow rsync access",
+            rule            => "&SERVICE(tcp, 873)"
+    }
+
+}