X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9d27360314f8e4e9844cde4059f98fac52250d36..0a24539ef82e55b09c6801a1c80e9f4c952f6a2f:/cookbooks/munin/providers/plugin_conf.rb diff --git a/cookbooks/munin/providers/plugin_conf.rb b/cookbooks/munin/providers/plugin_conf.rb index 4263165cd..7f63004bd 100644 --- a/cookbooks/munin/providers/plugin_conf.rb +++ b/cookbooks/munin/providers/plugin_conf.rb @@ -29,7 +29,7 @@ action :create do source new_resource.template owner "root" group "root" - mode 0644 + mode 0o644 variables new_resource.variables.merge(:name => new_resource.name) end end