X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/741593ee2bf203c9261f604d094e3d8e621698a8..d0950668153776b73b4e02a62d5435a77773cdde:/cookbooks/ohai/resources/plugin.rb?ds=inline 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