From: Grant Slater Date: Tue, 11 Jun 2024 13:14:32 +0000 (+0100) Subject: imagery: apply us_imagery on ironbelly X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/dd2a7911a3cc41ea5d887adcf75998532ca5ef6c imagery: apply us_imagery on ironbelly --- diff --git a/cookbooks/imagery/recipes/us_capcog.rb b/cookbooks/imagery/recipes/us_imagery.rb similarity index 98% rename from cookbooks/imagery/recipes/us_capcog.rb rename to cookbooks/imagery/recipes/us_imagery.rb index adab3c4a2..a02492eb2 100644 --- a/cookbooks/imagery/recipes/us_capcog.rb +++ b/cookbooks/imagery/recipes/us_imagery.rb @@ -1,6 +1,6 @@ # # Cookbook:: imagery -# Recipe:: us_capcog +# Recipe:: us_imagery # # Copyright:: 2024, OpenStreetMap Foundation # diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 558495859..696ee3f56 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -111,5 +111,6 @@ run_list( "role[gateway]", "recipe[rsyncd]", "recipe[dhcpd]", - "recipe[imagery::za_ngi_aerial]" + "recipe[imagery::za_ngi_aerial]", + "recipe[imagery::us_imagery]" )