From: Grant Slater Date: Sun, 10 Nov 2024 17:55:55 +0000 (+0000) Subject: Remove nominatim role from stormfly-04 during initial reinstall X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/4118d813834937b3d2bd2fee5bc0b5e513f4b47d?hp=daca59adcea90ecefe3f3f799ef52239f0315396 Remove nominatim role from stormfly-04 during initial reinstall --- diff --git a/roles/stormfly-04.rb b/roles/stormfly-04.rb index 4b94cb28b..b7bcda747 100644 --- a/roles/stormfly-04.rb +++ b/roles/stormfly-04.rb @@ -46,6 +46,6 @@ default_attributes( run_list( "role[osuosl]", "role[hp-g9]", - "role[geodns]", - "role[nominatim]" + "role[geodns]" + # "role[nominatim]" )