]> git.openstreetmap.org Git - chef.git/commitdiff
lint fix on ironbelly role
authorGrant Slater <github@firefishy.com>
Tue, 9 Jan 2024 18:06:08 +0000 (18:06 +0000)
committerGrant Slater <github@firefishy.com>
Tue, 9 Jan 2024 18:06:08 +0000 (18:06 +0000)
roles/ironbelly.rb

index 6c2f747c1b0ede5e34b11f4fb3d489f389a5f3dd..78a9ac5cef9604d4c47b6398d34652eb0b72d856 100644 (file)
@@ -101,5 +101,5 @@ run_list(
   "role[gateway]",
   "recipe[rsyncd]",
   "recipe[dhcpd]",
-  "recipe[imagery::tiler]",
+  "recipe[imagery::tiler]"
 )