From 706faef198842557ca8a07970380fd753e29e8fc Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 3 Oct 2016 10:59:07 +0200 Subject: [PATCH 1/1] rename nominatim-base role to nominatim --- roles/dulcy.rb | 2 +- roles/{nominatim-base.rb => nominatim.rb} | 4 ++-- roles/pummelzacken.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename roles/{nominatim-base.rb => nominatim.rb} (94%) diff --git a/roles/dulcy.rb b/roles/dulcy.rb index b921b40ce..608130b0f 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -71,5 +71,5 @@ default_attributes( run_list( "role[ic]", - "role[nominatim-base]" + "role[nominatim]" ) diff --git a/roles/nominatim-base.rb b/roles/nominatim.rb similarity index 94% rename from roles/nominatim-base.rb rename to roles/nominatim.rb index c1ddcaf8c..6e2a75ce4 100644 --- a/roles/nominatim-base.rb +++ b/roles/nominatim.rb @@ -1,5 +1,5 @@ -name "nominatim-base" -description "Role applied to all nominatim servers. Use for standalone server." +name "nominatim" +description "Role applied to all nominatim servers." default_attributes( :accounts => { diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 5bbe24d81..76d2df642 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -54,5 +54,5 @@ default_attributes( run_list( "role[ucl-wolfson]", - "role[nominatim-base]" + "role[nominatim]" ) -- 2.43.2