X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1751b31885773d33dcf3efb396f198f1d10a2221..ee2f186402b3168305b473b86a738da1a7e45449:/cookbooks/db/recipes/base.rb diff --git a/cookbooks/db/recipes/base.rb b/cookbooks/db/recipes/base.rb index d989d0bc9..4acfcc25d 100644 --- a/cookbooks/db/recipes/base.rb +++ b/cookbooks/db/recipes/base.rb @@ -23,27 +23,8 @@ include_recipe "postgresql" include_recipe "python" include_recipe "ruby" -passwords = data_bag_item("db", "passwords") wal_secrets = data_bag_item("db", "wal-secrets") -directory "/srv/www.openstreetmap.org" do - group "rails" - mode "2775" -end - -rails_port "www.openstreetmap.org" do - directory "/srv/www.openstreetmap.org/rails" - user "rails" - group "rails" - repository "https://git.openstreetmap.org/public/rails.git" - revision "live" - build_assets false - database_host "localhost" - database_name "openstreetmap" - database_username "openstreetmap" - database_password passwords["openstreetmap"] -end - package %w[ cmake libosmium2-dev