]> git.openstreetmap.org Git - chef.git/commitdiff
Apply the chef-server and chef-repository roles to ironbelly
authorTom Hughes <tom@compton.nu>
Thu, 11 Jul 2013 10:44:53 +0000 (11:44 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 11 Jul 2013 10:44:53 +0000 (11:44 +0100)
roles/ironbelly.rb

index 7e5720e9a4872debfd37ab1e6f6271e84b9f4d31..40455ab24f9951ddc5823271d4b46709fd2e01bc 100644 (file)
@@ -78,6 +78,8 @@ default_attributes(
 run_list(
   "role[ic]",
   "role[gateway]",
+  "role[chef-server]",
+  "role[chef-repository]",
   "recipe[rsyncd]",
   "recipe[openvpn]"
 )