X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/94ac68549660e347fed85e8c65178a88761839f3..9de17ece169e2c0f91c5545b328fc0cc2fc6a0f4:/cookbooks/switch2osm/recipes/default.rb diff --git a/cookbooks/switch2osm/recipes/default.rb b/cookbooks/switch2osm/recipes/default.rb index 366b288d3..3e0c51f9c 100644 --- a/cookbooks/switch2osm/recipes/default.rb +++ b/cookbooks/switch2osm/recipes/default.rb @@ -25,6 +25,9 @@ package %w[ zlib1g-dev ] +apache_module "expires" +apache_module "rewrite" + gem_package "bundler" do version "1.17.3" end @@ -62,7 +65,7 @@ end execute "/srv/switch2osm.org" do action :nothing - command "bundle exec jekyll build --trace --baseurl=https://switch2osm.org" + command "bundle exec jekyll build --trace --config _config.yml,_config_osm.yml" cwd "/srv/switch2osm.org" user "nobody" group "nogroup"