]> git.openstreetmap.org Git - chef.git/commitdiff
Configure spike-{06,07,08} as web frontends
authorTom Hughes <tom@compton.nu>
Thu, 28 Mar 2019 14:58:24 +0000 (14:58 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 28 Mar 2019 14:58:24 +0000 (14:58 +0000)
roles/spike-06.rb
roles/spike-07.rb
roles/spike-08.rb

index 8ecaeecb7b645b98fe3453dcd5cfe735853aa44b..fb6865e4dd904aef3ef1f22556cb45276821d9cf 100644 (file)
@@ -31,5 +31,6 @@ default_attributes(
 
 run_list(
   "role[equinix]",
 
 run_list(
   "role[equinix]",
-  "role[hp-g9]"
+  "role[hp-g9]",
+  "role[web-frontend]"
 )
 )
index d9d02f2028d2973d280b68cb795a0a9ad47dbfe3..6868385cd456bfbf970b11dab878268c9fd02eb5 100644 (file)
@@ -31,5 +31,6 @@ default_attributes(
 
 run_list(
   "role[equinix]",
 
 run_list(
   "role[equinix]",
-  "role[hp-g9]"
+  "role[hp-g9]",
+  "role[web-frontend]"
 )
 )
index b52759b657736a28f3a85d414f9f613f779a0a3f..2504064794e70a3b827e78966d5fa59f7a4d0eb9 100644 (file)
@@ -31,5 +31,6 @@ default_attributes(
 
 run_list(
   "role[equinix]",
 
 run_list(
   "role[equinix]",
-  "role[hp-g9]"
+  "role[hp-g9]",
+  "role[web-frontend]"
 )
 )