]> git.openstreetmap.org Git - chef.git/commitdiff
Apply imagery::tiler to ironbelly
authorGrant Slater <github@firefishy.com>
Tue, 9 Jan 2024 16:55:38 +0000 (16:55 +0000)
committerGrant Slater <github@firefishy.com>
Tue, 9 Jan 2024 16:56:22 +0000 (16:56 +0000)
roles/ironbelly.rb

index 10b1e95993cd188446068784f9c731faca31f4ee..6c2f747c1b0ede5e34b11f4fb3d489f389a5f3dd 100644 (file)
@@ -100,5 +100,6 @@ run_list(
   "role[equinix-ams]",
   "role[gateway]",
   "recipe[rsyncd]",
-  "recipe[dhcpd]"
+  "recipe[dhcpd]",
+  "recipe[imagery::tiler]",
 )