From: Silvio Rhatto Date: Thu, 7 Jan 2010 01:53:23 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=476bf78182c57e9f195fedc680fc52e8168bdccb;p=puppet-ikiwiki.git Minor fix --- 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,