From 68af7096df77fd8a253a42825c857758b86cf687 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 31 Mar 2019 12:54:17 +0100 Subject: [PATCH] Remove web-frontend role from spike-{01,02,03} --- roles/spike-01.rb | 1 - roles/spike-02.rb | 3 +-- roles/spike-03.rb | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) 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]" ) -- 2.43.2