X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2d9b48ef253a12cab7b8fed3cd90fb770469e375..579af7eb69127e74f472ccf7ae4e84c7cd656786:/cookbooks/web/resources/rails_port.rb diff --git a/cookbooks/web/resources/rails_port.rb b/cookbooks/web/resources/rails_port.rb index 12c020652..598c757fe 100644 --- a/cookbooks/web/resources/rails_port.rb +++ b/cookbooks/web/resources/rails_port.rb @@ -283,7 +283,7 @@ action :create do not_if { ::File.exist?("#{rails_directory}/config/example.application.yml") } end - settings = new_resource.to_hash.slice( + settings = new_resource.to_hash.transform_keys(&:to_s).slice( "email_from", "status", "messages_domain",