]> git.openstreetmap.org Git - chef.git/commitdiff
Add wiki role to ouroboros (still testing)
authorGrant Slater <git@firefishy.com>
Sat, 24 Aug 2013 21:20:13 +0000 (22:20 +0100)
committerGrant Slater <git@firefishy.com>
Sat, 24 Aug 2013 21:20:13 +0000 (22:20 +0100)
roles/ouroboros.rb

index 887f1bd126b8c1f4dbd88982efbfae00d317b7d3..861bb80c406ab84505f6627f539904b132fb4d56 100644 (file)
@@ -27,5 +27,6 @@ default_attributes(
 )
 
 run_list(
 )
 
 run_list(
-  "role[ic]"
+  "role[ic]",
+  "role[wiki]"
 )
 )