From: Grant Slater Date: Tue, 9 Jan 2024 16:55:38 +0000 (+0000) Subject: Apply imagery::tiler to ironbelly X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/34891395c293a6fd10e0a622cb601b8e39d80e87 Apply imagery::tiler to ironbelly --- diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 10b1e9599..6c2f747c1 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -100,5 +100,6 @@ run_list( "role[equinix-ams]", "role[gateway]", "recipe[rsyncd]", - "recipe[dhcpd]" + "recipe[dhcpd]", + "recipe[imagery::tiler]", )