]> gitweb.fluxo.info Git - puppet-ikiwiki.git/commitdiff
Removing ikiwiki folder resource
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Jan 2010 00:38:53 +0000 (22:38 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Jan 2010 00:38:53 +0000 (22:38 -0200)
manifests/init.pp

index c4b58d2901fa9be806f73f6d4b5783f5a57bba8f..05707d7d28923055ba16b226b71bf02ab95adeea 100644 (file)
@@ -33,7 +33,7 @@ class ikiwiki {
       unless => "/bin/sh -c [ -f '${apache_sites_folder}/${name}_src/index.mdw' ]",
     }
 
-    file { [ "${apache_sites_folder}/${name}_src", "${apache_sites_folder}/${name}" ]:
+    file { [ "${apache_sites_folder}/${name}_src" ]:
       ensure  => directory,
       owner   => gitosis,
       group   => gitosis,