From: Martin Zobel-Helas Date: Fri, 5 Mar 2010 22:25:56 +0000 (+0100) Subject: try with the correct path name X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=49c2e328cf6b7d81f7a968b9dd4d5eb87baed28a;p=mirror%2Fdsa-puppet.git try with the correct path name --- diff --git a/modules/rsync/manifest/init.pp b/modules/rsync/manifest/init.pp deleted file mode 100644 index 094ffa342..000000000 --- a/modules/rsync/manifest/init.pp +++ /dev/null @@ -1,9 +0,0 @@ -class rsync { - - @ferm::rule { "dsa-rsync": - domain => "(ip ip6)", - description => "Allow rsync access", - rule => "&SERVICE(tcp, 873)" - } - -} diff --git a/modules/rsync/manifests/init.pp b/modules/rsync/manifests/init.pp new file mode 100644 index 000000000..094ffa342 --- /dev/null +++ b/modules/rsync/manifests/init.pp @@ -0,0 +1,9 @@ +class rsync { + + @ferm::rule { "dsa-rsync": + domain => "(ip ip6)", + description => "Allow rsync access", + rule => "&SERVICE(tcp, 873)" + } + +}