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