aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-25 16:01:31 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-25 16:01:31 -0200
commitafad37ce303e2f6a9819d5c0f203f25ca6ff0789 (patch)
tree3b1112dcaa5c13c1e08b6f8e8a79053d17c4eb8c /templates
parent9bc52e1c7cfacac0742a83c0c0cadb133c2f74ab (diff)
downloadpuppet-ikiwiki-afad37ce303e2f6a9819d5c0f203f25ca6ff0789.tar.gz
puppet-ikiwiki-afad37ce303e2f6a9819d5c0f203f25ca6ff0789.tar.bz2
Using umask and setting www-data as group
Diffstat (limited to 'templates')
-rw-r--r--templates/ikiwiki.setup.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ikiwiki.setup.erb b/templates/ikiwiki.setup.erb
index dae8047..6a30cfa 100644
--- a/templates/ikiwiki.setup.erb
+++ b/templates/ikiwiki.setup.erb
@@ -126,7 +126,7 @@ use IkiWiki::Setup::Standard {
# Cost of generating a password using Authen::Passphrase::BlowfishCrypt
#password_cost => 8,
# Uncomment to force ikiwiki to run with a particular umask.
- #umask => 022,
+ umask => 002,
# Default settings for the recentchanges page.
#recentchangespage => "recentchanges",
#recentchangesnum => 100,