X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6cce603b75b8ea9dc9a234f49427583abc9c0a1a..aeaa46f3071de018b5c5e0f5678cb5b4082e3ddc:/cookbooks/ohai/resources/plugin.rb diff --git a/cookbooks/ohai/resources/plugin.rb b/cookbooks/ohai/resources/plugin.rb index ceff104b9..580d4912f 100644 --- a/cookbooks/ohai/resources/plugin.rb +++ b/cookbooks/ohai/resources/plugin.rb @@ -30,7 +30,7 @@ action :create do directory "/etc/chef/ohai" do owner "root" group "root" - mode 0o755 + mode "755" recursive true end @@ -38,7 +38,7 @@ action :create do source new_resource.template owner "root" group "root" - mode 0o644 + mode "644" notifies :reload, "ohai[#{new_resource.plugin}]" end end