]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/attributes/default.rb
imagery: restart titiler service to workaround resource leak
[chef.git] / cookbooks / chef / attributes / default.rb
index e2a0f18bfd982fb4394476087d90028c29bc6a41..d6284df52d68f502322f83a064189382c761868b 100644 (file)
@@ -1,11 +1,5 @@
-# Add the opscode APT source for chef
-default[:apt][:sources] = node[:apt][:sources] | [ "opscode" ]
-
 # Set the default server version
-default[:chef][:server][:version] = "11.1.3-1"
+default[:chef][:server][:version] = "15.1.7"
 
 # Set the default client version
-default[:chef][:client][:version] = "11.12.8-2"
-
-# A list of gems needed by chef recipes
-default[:chef][:gems] = []
+default[:chef][:client][:version] = "18.4.12"