diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-06 22:38:53 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-06 22:38:53 -0200 |
commit | 2d980c562685ed385a949a3cc82dea3d69215671 (patch) | |
tree | 6d183c2647d83e495d9018cd171a0f2cbf8d8c43 | |
parent | a9e94c261c5d76454a5d8b037c002baf6efbedfc (diff) | |
download | puppet-ikiwiki-2d980c562685ed385a949a3cc82dea3d69215671.tar.gz puppet-ikiwiki-2d980c562685ed385a949a3cc82dea3d69215671.tar.bz2 |
Removing ikiwiki folder resource
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |