From: Tom Hughes Date: Tue, 3 Jun 2014 07:42:56 +0000 (+0100) Subject: Reenable the nominatim role on pummelzacken X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4970009402164ee06aa67b3f7a62d8ffc5a729e7?ds=sidebyside Reenable the nominatim role on pummelzacken --- diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index d13fa6500..b172ce066 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -38,5 +38,6 @@ default_attributes( ) run_list( - "role[ucl-internal]" + "role[ucl-internal]", + "role[nominatim]" )