From a53cddbab9983d56f15c0a3765a89207ef4bfa86 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 28 Mar 2019 14:58:24 +0000 Subject: [PATCH] Configure spike-{06,07,08} as web frontends --- roles/spike-06.rb | 3 ++- roles/spike-07.rb | 3 ++- roles/spike-08.rb | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/roles/spike-06.rb b/roles/spike-06.rb index 8ecaeecb7..fb6865e4d 100644 --- a/roles/spike-06.rb +++ b/roles/spike-06.rb @@ -31,5 +31,6 @@ default_attributes( run_list( "role[equinix]", - "role[hp-g9]" + "role[hp-g9]", + "role[web-frontend]" ) diff --git a/roles/spike-07.rb b/roles/spike-07.rb index d9d02f202..6868385cd 100644 --- a/roles/spike-07.rb +++ b/roles/spike-07.rb @@ -31,5 +31,6 @@ default_attributes( run_list( "role[equinix]", - "role[hp-g9]" + "role[hp-g9]", + "role[web-frontend]" ) diff --git a/roles/spike-08.rb b/roles/spike-08.rb index b52759b65..250406479 100644 --- a/roles/spike-08.rb +++ b/roles/spike-08.rb @@ -31,5 +31,6 @@ default_attributes( run_list( "role[equinix]", - "role[hp-g9]" + "role[hp-g9]", + "role[web-frontend]" ) -- 2.43.2