]> git.openstreetmap.org Git - chef.git/commitdiff
Configure sarel as a chef server
authorTom Hughes <tom@compton.nu>
Wed, 20 Jun 2018 19:40:21 +0000 (20:40 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 20 Jun 2018 19:40:21 +0000 (20:40 +0100)
roles/sarel.rb

index aab567bd87a9b810109843eba9c7c2cc5a7f52f1..27e071684593c6a07981d8d9293e3100fc2cda08 100644 (file)
@@ -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]"
 )