]> git.openstreetmap.org Git - chef.git/commitdiff
Add wiki role to ouroboros
authorTom Hughes <tom@compton.nu>
Sat, 4 Aug 2018 06:39:46 +0000 (07:39 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 4 Aug 2018 06:39:46 +0000 (07:39 +0100)
roles/ouroboros.rb

index 42d25b9a63e43b3f5cc54ba4220b276748b59582..6c35f01c8acb96be60764421657fd1fdaf521bfd 100644 (file)
@@ -31,5 +31,6 @@ default_attributes(
 
 run_list(
   "role[equinix]",
 
 run_list(
   "role[equinix]",
-  "role[hp-dl360-g6]"
+  "role[hp-dl360-g6]",
+  "role[wiki]"
 )
 )