From: Grant Slater Date: Mon, 30 Sep 2024 10:29:56 +0000 (+0100) Subject: Move us and za imagery to lockheed X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/adff902bab9024c8bdc98b2ae2b7b22ac4a7e47b?ds=inline Move us and za imagery to lockheed --- diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 95bfe9e39..209b35170 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -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]" ) diff --git a/roles/lockheed.rb b/roles/lockheed.rb index ff2494dca..b03347148 100644 --- a/roles/lockheed.rb +++ b/roles/lockheed.rb @@ -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]" )