aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-06 23:53:23 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-06 23:53:23 -0200
commit476bf78182c57e9f195fedc680fc52e8168bdccb (patch)
tree1b43e0fdaec6a6684adc9c555d1bd8571fbe9bef /manifests/init.pp
parent3ae3212b65bd72cef6fc8ca5adbd47996c0a1fe0 (diff)
downloadpuppet-ikiwiki-476bf78182c57e9f195fedc680fc52e8168bdccb.tar.gz
puppet-ikiwiki-476bf78182c57e9f195fedc680fc52e8168bdccb.tar.bz2
Minor fix
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
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,