From: Tom Hughes Date: Sun, 18 Sep 2016 09:46:16 +0000 (+0100) Subject: Add nominatim base role to pummelzacken X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4d070d547e9354450610c60e28827683ca5eb0bf?hp=bc24209163a3ebf87300defde4827ac4e7c74cf3 Add nominatim base role to pummelzacken --- diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 3e4ca83cd..3758190c3 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -43,5 +43,6 @@ default_attributes( ) run_list( - "role[ucl-wolfson]" + "role[ucl-wolfson]", + "role[nominatim]" )