From 2f524f8b38477e2c7928797ea824307462c2f591 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 6 May 2016 20:36:42 +0100 Subject: [PATCH] Set correct ISP role for spike-0[45] and thorn-0[45] --- roles/spike-04.rb | 2 +- roles/spike-05.rb | 2 +- roles/thorn-04.rb | 2 +- roles/thorn-05.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/spike-04.rb b/roles/spike-04.rb index 22a6c2c14..c52350ea8 100644 --- a/roles/spike-04.rb +++ b/roles/spike-04.rb @@ -39,7 +39,7 @@ default_attributes( ) run_list( - "role[bm]", + "role[bytemark]", "role[web-frontend]", # "role[web-gpximport]", # "role[web-statistics]", diff --git a/roles/spike-05.rb b/roles/spike-05.rb index 15f3c374d..6df29d9cb 100644 --- a/roles/spike-05.rb +++ b/roles/spike-05.rb @@ -39,6 +39,6 @@ default_attributes( ) run_list( - "role[bm]", + "role[bytemark]", "role[web-frontend]" ) diff --git a/roles/thorn-04.rb b/roles/thorn-04.rb index 7422f1520..1487ae3d2 100644 --- a/roles/thorn-04.rb +++ b/roles/thorn-04.rb @@ -27,6 +27,6 @@ default_attributes( ) run_list( - "role[bm]", + "role[bytemark]", "role[web-backend]" ) diff --git a/roles/thorn-05.rb b/roles/thorn-05.rb index 1a0b864f6..e36e22017 100644 --- a/roles/thorn-05.rb +++ b/roles/thorn-05.rb @@ -27,6 +27,6 @@ default_attributes( ) run_list( - "role[bm]", + "role[bytemark]", "role[web-backend]" ) -- 2.43.2