]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ferm/manifests/rsync.pp
try an rsync class
[dsa-puppet.git] / modules / ferm / manifests / rsync.pp
diff --git a/modules/ferm/manifests/rsync.pp b/modules/ferm/manifests/rsync.pp
deleted file mode 100644 (file)
index 44feab6..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-class ferm::rsync {
-       @ferm::rule { 'dsa-rsync':
-               domain      => '(ip ip6)',
-               description => 'Allow rsync access',
-               rule        => '&SERVICE(tcp, 873)'
-       }
-}
-