From: Grant Slater Date: Sat, 24 Aug 2013 21:20:13 +0000 (+0100) Subject: Add wiki role to ouroboros (still testing) X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7e82d9feaf08605457f5c38880393f4df9b9c12a Add wiki role to ouroboros (still testing) --- diff --git a/roles/ouroboros.rb b/roles/ouroboros.rb index 887f1bd12..861bb80c4 100644 --- a/roles/ouroboros.rb +++ b/roles/ouroboros.rb @@ -27,5 +27,6 @@ default_attributes( ) run_list( - "role[ic]" + "role[ic]", + "role[wiki]" )