]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "switch2osm: add temporary workaround until for missing config"
authorGrant Slater <git@firefishy.com>
Thu, 28 Nov 2019 00:21:34 +0000 (00:21 +0000)
committerGrant Slater <git@firefishy.com>
Thu, 28 Nov 2019 00:21:34 +0000 (00:21 +0000)
This reverts commit 7a3a01f710421e67b96dfebd5a51c4374be73035.

cookbooks/switch2osm/recipes/default.rb

index 96593bfeb754d4e79ab14c38176c7313db8708e6..8ddaf5101c7f1cac0a45bcd1956b4da4fcf730b1 100644 (file)
@@ -60,14 +60,6 @@ execute "/srv/switch2osm.org/Gemfile" do
   notifies :run, "execute[/srv/switch2osm.org]"
 end
 
-# Temporary workaround until merged: https://github.com/switch2osm/switch2osm.github.io/pull/68
-file "/srv/switch2osm.org/_config_osm.yml" do
-  mode 0o644
-  user "root"
-  group "root"
-  content "url: https://switch2osm.org"
-end
-
 execute "/srv/switch2osm.org" do
   action :nothing
   command "bundle exec jekyll build --trace --config _config.yml,_config_osm.yml"