projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6157bab
)
'Fix' quotes, according to rubocop.
author
Matt Amos
<zerebubuth@gmail.com>
Mon, 20 Jun 2016 17:58:16 +0000
(18:58 +0100)
committer
Matt Amos
<zerebubuth@gmail.com>
Mon, 3 Oct 2016 12:46:36 +0000
(13:46 +0100)
cookbooks/web/recipes/cgimap.rb
patch
|
blob
|
history
diff --git
a/cookbooks/web/recipes/cgimap.rb
b/cookbooks/web/recipes/cgimap.rb
index a761f6fff8e0799498bb744a6ac23b5123eccc22..32b6365ca46acd813e4293bcdcdedc750d06bc2b 100644
(file)
--- a/
cookbooks/web/recipes/cgimap.rb
+++ b/
cookbooks/web/recipes/cgimap.rb
@@
-29,7
+29,7
@@
template "/etc/init.d/cgimap" do
group "root"
mode 0o755
source "cgimap.init.erb"
- variables :db_password => db_passwords[
'rails'
]
+ variables :db_password => db_passwords[
"rails"
]
end
if %w(database_offline api_offline).include?(node[:web][:status])