]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/recipes/server.rb
nominatim: install secondary importance file
[chef.git] / cookbooks / chef / recipes / server.rb
index cd4968b734c05452ff75d0d8058a8ac71b615d1c..93e9363dc8e60859d570027b2744802881450160 100644 (file)
@@ -18,7 +18,7 @@
 #
 
 include_recipe "apache"
-include_recipe "munin"
+include_recipe "chef::knife"
 
 # cache_dir = Chef::Config[:file_cache_path]
 #
@@ -35,7 +35,7 @@ include_recipe "munin"
 # end
 #
 # remote_file "#{cache_dir}/#{chef_package}" do
-#   source "https://packages.chef.io/files/stable/chef-server/#{chef_version}/ubuntu/16.04/#{chef_package}"
+#   source "https://packages.chef.io/files/stable/chef-server/#{chef_version}/ubuntu/20.04/chef-server-core_#{chef_version}-1_amd64.deb"
 #   owner "root"
 #   group "root"
 #   mode 0644
@@ -100,5 +100,3 @@ template "/etc/cron.daily/chef-server-backup" do
   group "root"
   mode "755"
 end
-
-munin_plugin "chef_status"