diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-06 23:53:23 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-06 23:53:23 -0200 |
commit | 476bf78182c57e9f195fedc680fc52e8168bdccb (patch) | |
tree | 1b43e0fdaec6a6684adc9c555d1bd8571fbe9bef | |
parent | 3ae3212b65bd72cef6fc8ca5adbd47996c0a1fe0 (diff) | |
download | puppet-ikiwiki-476bf78182c57e9f195fedc680fc52e8168bdccb.tar.gz puppet-ikiwiki-476bf78182c57e9f195fedc680fc52e8168bdccb.tar.bz2 |
Minor fix
-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 f50c9f0..c2c6736 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -37,7 +37,7 @@ class ikiwiki { } if !defined(File["${apache_sites_folder}/${name}/ikiwiki_src"]) { - file { "${apache_sites_folder}/${name}_src": + file { "${apache_sites_folder}/${name}/ikiwiki_src": ensure => directory, owner => gitosis, group => gitosis, |