From: Tom Hughes Date: Fri, 29 Jun 2018 08:20:15 +0000 (+0100) Subject: Add wiki role to stormfly-01 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/14a572f18ce1a0067cea443b45f4c19808b627ca?ds=sidebyside Add wiki role to stormfly-01 --- diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index ada5971f9..c52e88a73 100644 --- a/roles/stormfly-01.rb +++ b/roles/stormfly-01.rb @@ -22,5 +22,6 @@ default_attributes( run_list( "role[osuosl]", - "role[hp-dl360-g6]" + "role[hp-dl360-g6]", + "role[wiki]" )