From 19292cce10ddff756c298142883712568c19bee3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 27 Nov 2017 15:23:14 +0000 Subject: [PATCH 1/1] Upgrade bytemark machines to chef 13 --- roles/bytemark.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/bytemark.rb b/roles/bytemark.rb index 209717f76..375d7611d 100644 --- a/roles/bytemark.rb +++ b/roles/bytemark.rb @@ -2,6 +2,11 @@ name "bytemark" description "Role applied to all servers at Bytemark" default_attributes( + :chef => { + :client => { + :version => "13.6.4" + } + }, :hosted_by => "Bytemark", :location => "York, England", :networking => { -- 2.43.2