bundle_install "/srv/#{year}.stateofthemap.org" do
action :nothing
- options "--deployment --jobs #{node[:cpu][:total]}"
+ options "--deployment --jobs #{node.cpu_cores}"
user "root"
group "root"
notifies :run, "bundle_exec[/srv/#{year}.stateofthemap.org]"