From dd2a7911a3cc41ea5d887adcf75998532ca5ef6c Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 11 Jun 2024 14:14:32 +0100 Subject: [PATCH] imagery: apply us_imagery on ironbelly --- cookbooks/imagery/recipes/{us_capcog.rb => us_imagery.rb} | 2 +- roles/ironbelly.rb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) rename cookbooks/imagery/recipes/{us_capcog.rb => us_imagery.rb} (98%) 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]" ) -- 2.39.5