# Add the opscode APT source for chef
-default[:apt][:sources] = node[:apt][:sources] | [ "opscode" ]
+default[:apt][:sources] = node[:apt][:sources] | ["opscode"]
-# Set the default client version
-default[:chef][:client][:version] = "11.10.0-1"
+# Set the default server version
+default[:chef][:server][:version] = "12.17.33"
-# A list of gems needed by chef recipes
-default[:chef][:gems] = []
+# Set the default client version
+default[:chef][:client][:version] = "16.5.64"