]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/attributes/default.rb
Update chef client to 13.8.5
[chef.git] / cookbooks / chef / attributes / default.rb
index df0981cf6106b7c4d1c7233f01f5164153cee1de..d071da000b7f30e8a98ec58b8cdd4934b2ad1b1e 100644 (file)
@@ -1,11 +1,8 @@
 # Add the opscode APT source for chef
-default[:apt][:sources] = node[:apt][:sources] | [ "opscode" ]
+default[:apt][:sources] = node[:apt][:sources] | ["opscode"]
 
 # Set the default server version
-default[:chef][:server][:version] = "11.1.3-1"
+default[:chef][:server][:version] = "12.13.0-1"
 
 # Set the default client version
-default[:chef][:client][:version] = "11.16.2-1"
-
-# A list of gems needed by chef recipes
-default[:chef][:gems] = []
+default[:chef][:client][:version] = "13.8.5"