From: Tom Hughes Date: Thu, 5 May 2016 12:43:52 +0000 (+0100) Subject: Configure grisu as a planet and web storage server X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ec5f2060c4cae7fa42350a02c0fc3092669de6bd?hp=adc8d923c01cee17a5818caf1b59e251b97540c5;ds=sidebyside Configure grisu as a planet and web storage server --- diff --git a/roles/grisu.rb b/roles/grisu.rb index 749be40e2..d572d88f0 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -30,5 +30,8 @@ default_attributes( run_list( "role[ic]", - "role[hp-dl180-g6]" + "role[hp-dl180-g6]", + "role[gateway]", + "role[web-storage]", + "role[planet]" )