From: Tom Hughes Date: Thu, 28 Mar 2019 14:58:24 +0000 (+0000) Subject: Configure spike-{06,07,08} as web frontends X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a53cddbab9983d56f15c0a3765a89207ef4bfa86?ds=sidebyside Configure spike-{06,07,08} as web frontends --- 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]" )