]> git.openstreetmap.org Git - chef.git/commitdiff
Add wiki role to stormfly-01
authorTom Hughes <tom@compton.nu>
Fri, 29 Jun 2018 08:20:15 +0000 (09:20 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 29 Jun 2018 08:20:15 +0000 (09:20 +0100)
roles/stormfly-01.rb

index ada5971f9671e8962ca0811db2e99f73874a60af..c52e88a732f520dbf21c64558de92847dc12a54c 100644 (file)
@@ -22,5 +22,6 @@ default_attributes(
 
 run_list(
   "role[osuosl]",
 
 run_list(
   "role[osuosl]",
-  "role[hp-dl360-g6]"
+  "role[hp-dl360-g6]",
+  "role[wiki]"
 )
 )