]> git.openstreetmap.org Git - chef.git/commitdiff
'Fix' quotes, according to rubocop.
authorMatt Amos <zerebubuth@gmail.com>
Mon, 20 Jun 2016 17:58:16 +0000 (18:58 +0100)
committerMatt Amos <zerebubuth@gmail.com>
Mon, 3 Oct 2016 12:46:36 +0000 (13:46 +0100)
cookbooks/web/recipes/cgimap.rb

index a761f6fff8e0799498bb744a6ac23b5123eccc22..32b6365ca46acd813e4293bcdcdedc750d06bc2b 100644 (file)
@@ -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])