From: Tom Hughes Date: Tue, 16 Dec 2014 14:44:14 +0000 (+0000) Subject: Add tilecache role to saphira and viserion X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/6dcd1f82035c0f132262ea00c0966466920d0543?hp=5919a0168e927c655ce23acc885413864f0ebfcf Add tilecache role to saphira and viserion --- diff --git a/roles/saphira.rb b/roles/saphira.rb index b56d76cff..b05bcbae6 100644 --- a/roles/saphira.rb +++ b/roles/saphira.rb @@ -39,5 +39,6 @@ default_attributes( ) run_list( - "role[jump]" + "role[jump]", + "role[tilecache]" ) diff --git a/roles/viserion.rb b/roles/viserion.rb index 30297d385..51f0cd7da 100644 --- a/roles/viserion.rb +++ b/roles/viserion.rb @@ -34,5 +34,6 @@ default_attributes( ) run_list( - "role[carnet]" + "role[carnet]", + "role[tilecache]" )