From 6dcd1f82035c0f132262ea00c0966466920d0543 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 16 Dec 2014 14:44:14 +0000 Subject: [PATCH] Add tilecache role to saphira and viserion --- roles/saphira.rb | 3 ++- roles/viserion.rb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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]" ) -- 2.43.2