From: Tom Hughes Date: Thu, 10 Sep 2020 17:13:07 +0000 (+0100) Subject: Remove web-backend role from thorns X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f4a430fce1bbf787ac458c1337cbe4f835772436 Remove web-backend role from thorns --- diff --git a/roles/thorn-01.rb b/roles/thorn-01.rb index 27bd25cf0..a64e6a29b 100644 --- a/roles/thorn-01.rb +++ b/roles/thorn-01.rb @@ -18,6 +18,5 @@ default_attributes( ) run_list( - "role[equinix]", - "role[web-backend]" + "role[equinix]" ) diff --git a/roles/thorn-02.rb b/roles/thorn-02.rb index 097543694..493ca78d5 100644 --- a/roles/thorn-02.rb +++ b/roles/thorn-02.rb @@ -18,6 +18,5 @@ default_attributes( ) run_list( - "role[equinix]", - "role[web-backend]" + "role[equinix]" ) diff --git a/roles/thorn-03.rb b/roles/thorn-03.rb index 9a2393669..c856f4dc4 100644 --- a/roles/thorn-03.rb +++ b/roles/thorn-03.rb @@ -18,6 +18,5 @@ default_attributes( ) run_list( - "role[equinix]", - "role[web-backend]" + "role[equinix]" ) diff --git a/roles/thorn-04.rb b/roles/thorn-04.rb index 7afcfb3be..74e31f7da 100644 --- a/roles/thorn-04.rb +++ b/roles/thorn-04.rb @@ -18,6 +18,5 @@ default_attributes( ) run_list( - "role[bytemark]", - "role[web-backend]" + "role[bytemark]" ) diff --git a/roles/thorn-05.rb b/roles/thorn-05.rb index 7d0db0e25..87a5acdb1 100644 --- a/roles/thorn-05.rb +++ b/roles/thorn-05.rb @@ -18,6 +18,5 @@ default_attributes( ) run_list( - "role[bytemark]", - "role[web-backend]" + "role[bytemark]" )