From: Grant Slater Date: Fri, 6 May 2016 19:36:42 +0000 (+0100) Subject: Set correct ISP role for spike-0[45] and thorn-0[45] X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2f524f8b38477e2c7928797ea824307462c2f591?hp=67ecb4ad0624fd25870f366296355420b03798d7 Set correct ISP role for spike-0[45] and thorn-0[45] --- 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]" )