]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
try with the correct path name
authorMartin Zobel-Helas <zobel@debian.org>
Fri, 5 Mar 2010 22:25:56 +0000 (23:25 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Fri, 5 Mar 2010 22:25:56 +0000 (23:25 +0100)
modules/rsync/manifest/init.pp [deleted file]
modules/rsync/manifests/init.pp [new file with mode: 0644]

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)"
-    }
-
-}
diff --git a/modules/rsync/manifests/init.pp b/modules/rsync/manifests/init.pp
new file mode 100644 (file)
index 0000000..094ffa3
--- /dev/null
@@ -0,0 +1,9 @@
+class rsync {
+
+    @ferm::rule { "dsa-rsync":
+            domain          => "(ip ip6)",
+            description     => "Allow rsync access",
+            rule            => "&SERVICE(tcp, 873)"
+    }
+
+}