From adff902bab9024c8bdc98b2ae2b7b22ac4a7e47b Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 30 Sep 2024 11:29:56 +0100 Subject: [PATCH] Move us and za imagery to lockheed --- roles/ironbelly.rb | 4 +--- roles/lockheed.rb | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) 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]" ) -- 2.39.5