]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add module ftp
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 6 Mar 2010 17:41:50 +0000 (18:41 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 6 Mar 2010 17:41:50 +0000 (18:41 +0100)
modules/ftp/manifests/init.pp [new file with mode: 0644]

diff --git a/modules/ftp/manifests/init.pp b/modules/ftp/manifests/init.pp
new file mode 100644 (file)
index 0000000..b7371a3
--- /dev/null
@@ -0,0 +1,9 @@
+class ftp {
+
+    @ferm::rule { "dsa-rsync":
+            domain          => "(ip ip6)",
+            description     => "Allow rsync access",
+            rule            => "&SERVICE(tcp, 21)"
+    }
+
+}