From: Silvio Rhatto Date: Thu, 7 Jan 2010 00:38:53 +0000 (-0200) Subject: Removing ikiwiki folder resource X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2d980c562685ed385a949a3cc82dea3d69215671;p=puppet-ikiwiki.git Removing ikiwiki folder resource --- diff --git a/manifests/init.pp b/manifests/init.pp index c4b58d2..05707d7 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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,