X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a60f8a522d3ab47b49ba10b4c5cb756e5785ef58..226773e8e4b1b7e0141c45e0040fa2cd4141282a:/cookbooks/apache/resources/module.rb?ds=sidebyside diff --git a/cookbooks/apache/resources/module.rb b/cookbooks/apache/resources/module.rb index 0ac0f8f01..5de2bfcaa 100644 --- a/cookbooks/apache/resources/module.rb +++ b/cookbooks/apache/resources/module.rb @@ -17,9 +17,11 @@ # limitations under the License. # +unified_mode true + default_action [:install, :enable] -property :module, :kind_of => String, :name_attribute => true +property :module, :kind_of => String, :name_property => true property :package, :kind_of => String property :conf, :kind_of => String property :variables, :kind_of => Hash, :default => {} @@ -33,7 +35,7 @@ action :install do source new_resource.conf owner "root" group "root" - mode 0o644 + mode "644" variables new_resource.variables end end