]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/recipes/server.rb
Renice background services
[chef.git] / cookbooks / chef / recipes / server.rb
index c6ee6f7eb2afdac87e359a08d29a0766ae7bebec..cd54cf4260e411978c0b6268c7b643a13e2674cb 100644 (file)
@@ -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"