X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ba65c5618d3113373c0f3306ce993917fc2af23a..cf722cd9bc6500404ceae034393204b5f3082589:/cookbooks/chef/recipes/server.rb?ds=sidebyside diff --git a/cookbooks/chef/recipes/server.rb b/cookbooks/chef/recipes/server.rb index f965592a1..cd54cf426 100644 --- a/cookbooks/chef/recipes/server.rb +++ b/cookbooks/chef/recipes/server.rb @@ -18,6 +18,7 @@ # include_recipe "apache" +include_recipe "chef::knife" include_recipe "munin" # cache_dir = Chef::Config[:file_cache_path] @@ -52,7 +53,7 @@ template "/etc/opscode/chef-server.rb" do source "server.rb.erb" owner "root" group "root" - mode 0o640 + mode "640" notifies :run, "execute[chef-server-reconfigure]" end @@ -98,7 +99,7 @@ template "/etc/cron.daily/chef-server-backup" do source "server-backup.cron.erb" owner "root" group "root" - mode 0o755 + mode "755" end munin_plugin "chef_status"