aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-11 14:09:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-11 14:09:50 -0300
commit51df8cf09a7a3ec96bb203b7d5ad1af47440ef5a (patch)
treeffb87ae67a02b5b0a7d98c04b8d79d2b5900c728 /templates
parente7169dbe22c7e716dbf4913846aeae195f0bfd8b (diff)
downloadpuppet-ikiwiki-51df8cf09a7a3ec96bb203b7d5ad1af47440ef5a.tar.gz
puppet-ikiwiki-51df8cf09a7a3ec96bb203b7d5ad1af47440ef5a.tar.bz2
CGI backend still needs suid
Diffstat (limited to 'templates')
-rw-r--r--templates/ikiwiki.setup.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/ikiwiki.setup.erb b/templates/ikiwiki.setup.erb
index 12c9d1a..f661866 100644
--- a/templates/ikiwiki.setup.erb
+++ b/templates/ikiwiki.setup.erb
@@ -64,8 +64,8 @@ use IkiWiki::Setup::Standard {
# The cgi wrapper.
cgi => 1,
wrapper => "<%= scope.lookupvar('ikiwiki::sites_folder') %>/<%= name %>/ikiwiki/ikiwiki.cgi",
- wrappermode => "00550",
- wrappergroup => "<%= group %>",
+ wrappermode => "06550",
+ wrappergroup => "<%= scope.lookupvar('ikiwiki::www_user') %>",
},
#{
# # The svn post-commit wrapper.