From 43ac33e14359233612376a19c7f47903228d6639 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 26 Mar 2015 19:01:30 +0000 Subject: [PATCH 1/1] Upgrade ironbelly to chef 12 --- roles/ironbelly.rb | 5 +++++ 1 file changed, 5 insertions(+) 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", -- 2.45.1