]> git.openstreetmap.org Git - chef.git/commitdiff
Move us and za imagery to lockheed
authorGrant Slater <github@firefishy.com>
Mon, 30 Sep 2024 10:29:56 +0000 (11:29 +0100)
committerGrant Slater <github@firefishy.com>
Mon, 30 Sep 2024 10:30:06 +0000 (11:30 +0100)
roles/ironbelly.rb
roles/lockheed.rb

index 95bfe9e39cf2d7f15bac7847dff4fb175633d694..209b351705958ce390199f4ed7c1c9f1f325cad7 100644 (file)
@@ -82,7 +82,5 @@ run_list(
   "role[equinix-ams]",
   "role[gateway]",
   "recipe[rsyncd]",
-  "recipe[dhcpd]",
-  "recipe[imagery::za_ngi_aerial]",
-  "recipe[imagery::us_imagery]"
+  "recipe[dhcpd]"
 )
index ff2494dca615b1bb300d779f78cd658ee76725d3..b03347148a8b8f99b6a7316aa24249ff01a89301 100644 (file)
@@ -33,5 +33,7 @@ default_attributes(
 
 run_list(
   "role[equinix-ams]",
-  "role[hp-g9]"
+  "role[hp-g9]",
+  "recipe[imagery::za_ngi_aerial]",
+  "recipe[imagery::us_imagery]"
 )