projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a4d93a
)
donate: fix db inc perms + var inc
author
Grant Slater
<git@firefishy.com>
Thu, 22 Sep 2016 00:33:40 +0000
(
01:33
+0100)
committer
Grant Slater
<git@firefishy.com>
Thu, 22 Sep 2016 00:33:40 +0000
(
01:33
+0100)
cookbooks/donate/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/donate/recipes/default.rb
b/cookbooks/donate/recipes/default.rb
index 3fbeb19d5b92f87a2356cc1e98bbb1e076c2cc8e..b354a335aa5bf578ba72b6cdc50729a7ec2a24af 100644
(file)
--- a/
cookbooks/donate/recipes/default.rb
+++ b/
cookbooks/donate/recipes/default.rb
@@
-78,7
+78,8
@@
template "/srv/donate.openstreetmap.org/scripts/db-connect.inc.php" do
source "db-connect.inc.php.erb"
owner "root"
group "donate"
- mode 0o640
+ mode 0o644
+ variables :passwords => passwords
end
apache_site "donate.openstreetmap.org" do