]> git.openstreetmap.org Git - chef.git/commitdiff
Configure muirdris as a gps-tile server
authorTom Hughes <tom@compton.nu>
Sat, 31 Dec 2022 09:42:54 +0000 (09:42 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 31 Dec 2022 09:42:54 +0000 (09:42 +0000)
roles/muirdris.rb

index f3717a54b753b23a1b750d5887d2f0ea74f56173..b8c0347444800ecc6a5fb44f316f803da4bdfa4a 100644 (file)
@@ -33,5 +33,6 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix-dub]"
+  "role[equinix-dub]",
+  "role[gps-tile]"
 )