]> git.openstreetmap.org Git - chef.git/commitdiff
Update chef client to 12.8.1
authorTom Hughes <tom@compton.nu>
Fri, 11 Mar 2016 08:41:12 +0000 (08:41 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 11 Mar 2016 08:41:12 +0000 (08:41 +0000)
cookbooks/chef/attributes/default.rb

index 2f9eed05a0afc6e6edb2a623d15a33705128485a..184028941ba46a78d94b724c8696098f9c38dbc1 100644 (file)
@@ -5,7 +5,7 @@ default[:apt][:sources] = node[:apt][:sources] | ["opscode"]
 default[:chef][:server][:version] = "12.0.8-1"
 
 # Set the default client version
-default[:chef][:client][:version] = "12.7.2-1"
+default[:chef][:client][:version] = "12.8.1-1"
 
 # A list of gems needed by chef recipes
 default[:chef][:gems] = []