]> git.openstreetmap.org Git - chef.git/commitdiff
Remove wiki role from ouroboros
authorTom Hughes <tom@compton.nu>
Sun, 1 Jul 2018 10:34:58 +0000 (11:34 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 1 Jul 2018 10:34:58 +0000 (11:34 +0100)
roles/ouroboros.rb

index 9a4d6528342b03b2498cec2e214ed1d1c800cf60..ce27c8612b62950c7fa84ce8b25533a2ae6dde84 100644 (file)
@@ -30,6 +30,5 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[hp-dl360-g6]",
-  "role[wiki]"
+  "role[hp-dl360-g6]"
 )