X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/be5d0a460d25ba8c45e4ea25c754a7b52fd53c64..5c4cebca48a6fc4bb6d4b9899cb93e3593efd878:/cookbooks/web/resources/rails_port.rb?ds=sidebyside diff --git a/cookbooks/web/resources/rails_port.rb b/cookbooks/web/resources/rails_port.rb index 1aeac0139..2d19c731a 100644 --- a/cookbooks/web/resources/rails_port.rb +++ b/cookbooks/web/resources/rails_port.rb @@ -291,7 +291,7 @@ action :create do not_if { File.exist?("#{rails_directory}/config/example.application.yml") } end - settings = new_resource.slice( + settings = new_resource.to_hash.slice( "email_from", "status", "messages_domain",