+ bundle_install "/srv/#{year}.stateofthemap.org" do
+ action :nothing
+ options "--deployment --jobs #{node[:cpu][:total]}"
+ user "root"
+ group "root"
+ notifies :run, "bundle_exec[/srv/#{year}.stateofthemap.org]"
+ only_if { ::File.exist?("/srv/#{year}.stateofthemap.org/Gemfile") }
+ end
+
+ bundle_exec "/srv/#{year}.stateofthemap.org" do