]> git.openstreetmap.org Git - chef.git/commitdiff
Add nominatim role to longma
authorTom Hughes <tom@compton.nu>
Tue, 7 Dec 2021 15:59:13 +0000 (15:59 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 7 Dec 2021 15:59:13 +0000 (15:59 +0000)
roles/longma.rb

index 402c877edbacd380bd1312e1c08bee4c09ce7e38..2b362d8eb6b43ee90d0901b4538ac199c14cc2ef 100644 (file)
@@ -33,5 +33,6 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix-dub]"
+  "role[equinix-dub]",
+  "role[nominatim]"
 )