From 25c9378cd03d6c8324f80959418049de1ce392ab Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 25 Jan 2010 19:19:26 -0200 Subject: Setting wrappermode for post-update hook and running ikiwiki as www-data --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 65dc2cb..8a0048e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -41,7 +41,7 @@ class ikiwiki { case $ensure { 'present': { exec { "ikiwiki --setup /etc/ikiwiki/$name.setup": - user => root, + user => www-data, refreshonly => true, } -- cgit v1.2.3