From: Tom Hughes Date: Wed, 20 Jun 2018 19:40:21 +0000 (+0100) Subject: Configure sarel as a chef server X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ad4f0161019877412716d63b3d5307e6743c2f1a Configure sarel as a chef server --- 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]" )