X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/46f4a6b13596f75dc2fabc256346b8bb172440f5..4ed87e86c638523d093bc97b32715c4c6a41a70d:/cookbooks/chef/recipes/server.rb?ds=sidebyside diff --git a/cookbooks/chef/recipes/server.rb b/cookbooks/chef/recipes/server.rb index c6ee6f7eb..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] @@ -48,8 +49,6 @@ include_recipe "munin" # notifies :run, "execute[chef-server-reconfigure]" # end -chef_gem "knife" - template "/etc/opscode/chef-server.rb" do source "server.rb.erb" owner "root"