]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/owg.rb
Stop handling X-Forwarded-For from old tile CDN
[chef.git] / cookbooks / foundation / recipes / owg.rb
index 5622f3343507790eb688b4db15fe0d07f453a3bb..31d41aa1fdd85c491b6594fe0f2a2ae6fe09a27c 100644 (file)
@@ -68,8 +68,7 @@ execute "/srv/operations.osmfoundation.org/Gemfile" do
 end
 
 execute "/srv/operations.osmfoundation.org" do
-  action :nothing
-  command "bundle exec jekyll build --trace --baseurl=https://operations.osmfoundation.org"
+  command "bundle exec jekyll build --trace"
   cwd "/srv/operations.osmfoundation.org"
   user "nobody"
   group "nogroup"