X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e4a0595002f1f428a98776070ad4677b6433b46f..7b07f5d59b1751fef2f13b3dea701807c0b421e3:/cookbooks/switch2osm/recipes/default.rb diff --git a/cookbooks/switch2osm/recipes/default.rb b/cookbooks/switch2osm/recipes/default.rb index 5dad4d1fe..c0a3da3cb 100644 --- a/cookbooks/switch2osm/recipes/default.rb +++ b/cookbooks/switch2osm/recipes/default.rb @@ -21,6 +21,9 @@ include_recipe "apache" include_recipe "git" package %w[ + gcc + g++ + make ruby ruby-dev libssl-dev @@ -45,7 +48,7 @@ git "/srv/switch2osm.org" do end directory "/srv/switch2osm.org/_site" do - mode 0o755 + mode "755" owner "nobody" group "nogroup" end @@ -53,7 +56,7 @@ end # Workaround https://github.com/jekyll/jekyll/issues/7804 # by creating a .jekyll-cache folder directory "/srv/switch2osm.org/.jekyll-cache" do - mode 0o755 + mode "755" owner "nobody" group "nogroup" end