From ad4f0161019877412716d63b3d5307e6743c2f1a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 20 Jun 2018 20:40:21 +0100 Subject: [PATCH] Configure sarel as a chef server --- roles/sarel.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/sarel.rb b/roles/sarel.rb index aab567bd8..27e071684 100644 --- a/roles/sarel.rb +++ b/roles/sarel.rb @@ -23,5 +23,9 @@ default_attributes( run_list( "role[ucl]", "role[hp-g5]", - "role[yournavigation]" + "role[yournavigation]", + "role[chef-server]", + "role[chef-repository]", + "recipe[git::server]", + "recipe[serverinfo]" ) -- 2.43.2