X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3a4d52bd4c0f8e6ae7679145846b7bc7845d8ace..ae2ef9ff4f0542d2bb2f8bbe6d6b6f27ec5c55f8:/cookbooks/apache/providers/module.rb diff --git a/cookbooks/apache/providers/module.rb b/cookbooks/apache/providers/module.rb index d8072bc6e..0a85f7ee4 100644 --- a/cookbooks/apache/providers/module.rb +++ b/cookbooks/apache/providers/module.rb @@ -40,7 +40,7 @@ action :install do notifies :reload, "service[apache2]" if enabled? end - updated = updated || t.updated_by_last_action? + updated ||= t.updated_by_last_action? end new_resource.updated_by_last_action(updated)