]> git.openstreetmap.org Git - chef.git/commitdiff
Add wiki role to tabaluga
authorTom Hughes <tom@compton.nu>
Sun, 31 Mar 2019 14:38:39 +0000 (15:38 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 31 Mar 2019 14:38:39 +0000 (15:38 +0100)
roles/tabaluga.rb

index 2911bdfb32f67edae740a1ccf432a5c3b3ee2b06..8645291918de796b0a19b15323b557898658e735 100644 (file)
@@ -31,5 +31,6 @@ default_attributes(
 
 run_list(
   "role[equinix]",
 
 run_list(
   "role[equinix]",
-  "role[hp-g9]"
+  "role[hp-g9]",
+  "role[wiki]"
 )
 )