From: Tom Hughes Date: Sun, 31 Mar 2019 11:54:17 +0000 (+0100) Subject: Remove web-frontend role from spike-{01,02,03} X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/68af7096df77fd8a253a42825c857758b86cf687?ds=sidebyside Remove web-frontend role from spike-{01,02,03} --- diff --git a/roles/spike-01.rb b/roles/spike-01.rb index ea9dbed6b..af8617550 100644 --- a/roles/spike-01.rb +++ b/roles/spike-01.rb @@ -41,6 +41,5 @@ default_attributes( run_list( "role[equinix]", "role[hp-dl360-g6]", - "role[web-frontend]", "role[web-gpximport]" ) diff --git a/roles/spike-02.rb b/roles/spike-02.rb index 52d51ad30..74f368428 100644 --- a/roles/spike-02.rb +++ b/roles/spike-02.rb @@ -40,6 +40,5 @@ default_attributes( run_list( "role[equinix]", - "role[hp-dl360-g6]", - "role[web-frontend]" + "role[hp-dl360-g6]" ) diff --git a/roles/spike-03.rb b/roles/spike-03.rb index bf27cf9c2..3708e1961 100644 --- a/roles/spike-03.rb +++ b/roles/spike-03.rb @@ -40,6 +40,5 @@ default_attributes( run_list( "role[equinix]", - "role[hp-dl360-g6]", - "role[web-frontend]" + "role[hp-dl360-g6]" )