package "ruby"
package "ruby-dev"
-gem_package "jekyll"
gem_package "bundler"
git "/srv/operations.osmfoundation.org" do
execute "/srv/operations.osmfoundation.org" do
action :nothing
- command "jekyll build --trace"
+ command "bundle exec jekyll build --trace --baseurl=https://operations.osmfoundation.org"
cwd "/srv/operations.osmfoundation.org"
user "nobody"
group "nogroup"