From: Tom Hughes Date: Sat, 4 Aug 2018 06:39:46 +0000 (+0100) Subject: Add wiki role to ouroboros X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/bfc26f7060153c5a99d8e098139c798b8c48cca9?ds=sidebyside Add wiki role to ouroboros --- diff --git a/roles/ouroboros.rb b/roles/ouroboros.rb index 42d25b9a6..6c35f01c8 100644 --- a/roles/ouroboros.rb +++ b/roles/ouroboros.rb @@ -31,5 +31,6 @@ default_attributes( run_list( "role[equinix]", - "role[hp-dl360-g6]" + "role[hp-dl360-g6]", + "role[wiki]" )