1 # Add the opscode APT source for chef
2 default[:apt][:sources] = node[:apt][:sources] | ["opscode"]
4 # Set the default server version
5 default[:chef][:server][:version] = "12.13.0-1"
7 # Set the default client version
8 default[:chef][:client][:version] = "12.20.3"