]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: apply us_imagery on ironbelly
authorGrant Slater <github@firefishy.com>
Tue, 11 Jun 2024 13:14:32 +0000 (14:14 +0100)
committerGrant Slater <github@firefishy.com>
Tue, 11 Jun 2024 13:14:32 +0000 (14:14 +0100)
cookbooks/imagery/recipes/us_imagery.rb [moved from cookbooks/imagery/recipes/us_capcog.rb with 98% similarity]
roles/ironbelly.rb

similarity index 98%
rename from cookbooks/imagery/recipes/us_capcog.rb
rename to cookbooks/imagery/recipes/us_imagery.rb
index adab3c4a2c27c7538b56eb663c9b42cfefbfbb4c..a02492eb27f4117b2bffac1b7282f18c1ee74999 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Cookbook:: imagery
-# Recipe:: us_capcog
+# Recipe:: us_imagery
 #
 # Copyright:: 2024, OpenStreetMap Foundation
 #
index 55849585908a4df5a7a1772280f68f7f223a73d2..696ee3f560fc4dbf3a6f2e1d30651434c234e145 100644 (file)
@@ -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]"
 )