From: Tom Hughes Date: Sun, 26 Nov 2017 20:48:17 +0000 (+0000) Subject: Drop redundant file_column_root attribute X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/cf6ffc3b629de91bb58840c26dc2f847d68f8245?hp=0993dbc450a5678cfcea86dd71cf5873b18d86f3 Drop redundant file_column_root attribute --- diff --git a/cookbooks/db/recipes/base.rb b/cookbooks/db/recipes/base.rb index 92d74f86d..9afb8d739 100644 --- a/cookbooks/db/recipes/base.rb +++ b/cookbooks/db/recipes/base.rb @@ -46,7 +46,6 @@ rails_port "www.openstreetmap.org" do database_username "openstreetmap" database_password passwords["openstreetmap"] gpx_dir "/store/rails/gpx" - file_column_root "/store/rails" end db_version = node[:db][:cluster].split("/").first