+execute "/srv/operations.osmfoundation.org/Gemfile" do
+ action :nothing
+ command "bundle install --deployment"
+ cwd "/srv/operations.osmfoundation.org"
+ user "root"
+ group "root"
+ notifies :run, "execute[/srv/operations.osmfoundation.org]"
+end
+