From: Tom Hughes Date: Thu, 11 Jul 2013 10:44:53 +0000 (+0100) Subject: Apply the chef-server and chef-repository roles to ironbelly X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/36e8658c091c0acb870566433d2ab841e71b085e?hp=354f7dc3dcfffc39163e2cf62e4f4aeaf44ae94c;ds=sidebyside Apply the chef-server and chef-repository roles to ironbelly --- diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 7e5720e9a..40455ab24 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -78,6 +78,8 @@ default_attributes( run_list( "role[ic]", "role[gateway]", + "role[chef-server]", + "role[chef-repository]", "recipe[rsyncd]", "recipe[openvpn]" )