]> git.openstreetmap.org Git - chef.git/commitdiff
Reenable the nominatim role on pummelzacken
authorTom Hughes <tom@compton.nu>
Tue, 3 Jun 2014 07:42:56 +0000 (08:42 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 3 Jun 2014 07:42:56 +0000 (08:42 +0100)
roles/pummelzacken.rb

index d13fa65001823a57f2db9d5786b9fc63e6a93d09..b172ce06648d9724cfd4b11aff3d8a87d06b8eab 100644 (file)
@@ -38,5 +38,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-internal]"
+  "role[ucl-internal]",
+  "role[nominatim]"
 )