]> git.openstreetmap.org Git - chef.git/commitdiff
Add nominatim base role to pummelzacken
authorTom Hughes <tom@compton.nu>
Sun, 18 Sep 2016 09:46:16 +0000 (10:46 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 18 Sep 2016 09:46:16 +0000 (10:46 +0100)
roles/pummelzacken.rb

index 3e4ca83cde92ec273ad009859e64a22d5d28c16d..3758190c3cfde74b2e902fcc9522b61d38578df2 100644 (file)
@@ -43,5 +43,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-wolfson]"
+  "role[ucl-wolfson]",
+  "role[nominatim]"
 )