X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9d27360314f8e4e9844cde4059f98fac52250d36..739dc3d86ae8d1f390bc8c927e0a4cd81dedc91b:/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