include_recipe "git"
package %w[
+ gcc
+ g++
+ make
ruby
ruby-dev
libssl-dev
git "/srv/hardware.openstreetmap.org" do
action :sync
repository "https://github.com/gravitystorm/osmf-server-info.git"
+ depth 1
user "root"
group "root"
notifies :run, "execute[/srv/hardware.openstreetmap.org/Gemfile]"