From: Tom Hughes Date: Thu, 26 Mar 2015 19:01:30 +0000 (+0000) Subject: Upgrade ironbelly to chef 12 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/43ac33e14359233612376a19c7f47903228d6639 Upgrade ironbelly to chef 12 --- diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 4bcb8fb26..85ba5e60d 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -5,6 +5,11 @@ default_attributes( :apt => { :sources => ["ubuntugis-unstable"] }, + :chef => { + :client => { + :version => "12.1.2-1" + } + }, :git => { :allowed_nodes => "*:*", :user => "chefrepo",