From: Tom Hughes Date: Sun, 31 Mar 2019 14:38:39 +0000 (+0100) Subject: Add wiki role to tabaluga X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/32b18fe0a88c95a91a18b43f7887514de4be0269 Add wiki role to tabaluga --- diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 2911bdfb3..864529191 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -31,5 +31,6 @@ default_attributes( run_list( "role[equinix]", - "role[hp-g9]" + "role[hp-g9]", + "role[wiki]" )