X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/333279515fb94b7fbcf9ac1f98eb7e541139a797..a68415b8f2bf106b6ea5948b0605c897b516ef4f:/cookbooks/ohai/providers/plugin.rb?ds=sidebyside diff --git a/cookbooks/ohai/providers/plugin.rb b/cookbooks/ohai/providers/plugin.rb index 14d1070f5..f51fc79f6 100644 --- a/cookbooks/ohai/providers/plugin.rb +++ b/cookbooks/ohai/providers/plugin.rb @@ -32,7 +32,7 @@ action :create do source new_resource.template owner "root" group "root" - mode 0644 + mode 0o644 notifies :reload, "ohai[#{new_resource.name}]" end end