#
include_recipe "apache"
+include_recipe "chef::knife"
include_recipe "munin"
# cache_dir = Chef::Config[:file_cache_path]
source "server.rb.erb"
owner "root"
group "root"
- mode 0o640
+ mode "640"
notifies :run, "execute[chef-server-reconfigure]"
end
source "server-backup.cron.erb"
owner "root"
group "root"
- mode 0o755
+ mode "755"
end
munin_plugin "chef_status"