From cd41191d9c26f60b89a8622fd8999ae18eb2d2ff Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 25 Jan 2010 22:10:44 -0200 Subject: Minor fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 7997903..0896dbf 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -55,7 +55,7 @@ class ikiwiki { } exec { "/usr/local/sbin/ikiwiki-deploy $name $instance": - unless => "/bin/sh -c '[ -f ${apache_sites_folder}/${name}/${instance}_src/index.mdw ]'", + unless => "/bin/sh -c '[ -f ${apache_sites_folder}/${name}/${instance}_src/index.mdwn ]'", user => root, } -- cgit v1.2.3