From: Martin Zobel-Helas Date: Sat, 6 Mar 2010 17:41:50 +0000 (+0100) Subject: add module ftp X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c68560fda1c62206104205d2a34e861c4708ee7a;p=dsa-puppet.git add module ftp --- diff --git a/modules/ftp/manifests/init.pp b/modules/ftp/manifests/init.pp new file mode 100644 index 00000000..b7371a3c --- /dev/null +++ b/modules/ftp/manifests/init.pp @@ -0,0 +1,9 @@ +class ftp { + + @ferm::rule { "dsa-rsync": + domain => "(ip ip6)", + description => "Allow rsync access", + rule => "&SERVICE(tcp, 21)" + } + +}