X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/741593ee2bf203c9261f604d094e3d8e621698a8..df246797e4b8705a0912158c7aa46e4da3138e01:/cookbooks/ohai/resources/plugin.rb diff --git a/cookbooks/ohai/resources/plugin.rb b/cookbooks/ohai/resources/plugin.rb index 9367a4d83..580d4912f 100644 --- a/cookbooks/ohai/resources/plugin.rb +++ b/cookbooks/ohai/resources/plugin.rb @@ -27,11 +27,18 @@ action :create do action :nothing end + directory "/etc/chef/ohai" do + owner "root" + group "root" + mode "755" + recursive true + end + declare_resource :template, plugin_path do source new_resource.template owner "root" group "root" - mode 0o644 + mode "644" notifies :reload, "ohai[#{new_resource.plugin}]" end end