]> git.openstreetmap.org Git - chef.git/commitdiff
Drop redundant file_column_root attribute
authorTom Hughes <tom@compton.nu>
Sun, 26 Nov 2017 20:48:17 +0000 (20:48 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 26 Nov 2017 20:48:17 +0000 (20:48 +0000)
cookbooks/db/recipes/base.rb

index 92d74f86dcda82fbbb5a5bd5745c16e94cdeb0e2..9afb8d7391422a7858a89faa0bb97c5fbe40e1d5 100644 (file)
@@ -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