]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/attributes/default.rb
Update chef server to 15.1.7
[chef.git] / cookbooks / chef / attributes / default.rb
index 3a14f0f82acf45227aee354f399f0a76efcf28c0..812ac420d1a61ee41914c0e6f930a1a6e167cb85 100644 (file)
@@ -1,8 +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] = "15.1.7"
 
 # Set the default client version
-default[:chef][:client][:version] = "11.10.2-1"
-
-# A list of gems needed by chef recipes
-default[:chef][:gems] = []
+default[:chef][:client][:version] = "17.10.3"