Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
update sudoers for delayed_job
Browse files Browse the repository at this point in the history
dwradcliffe committed Jul 1, 2015
1 parent 419312e commit 75a730a
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -227,7 +227,7 @@ GRAPH
rubygems-sensu (>= 0.0.0)
rubygems-ssh (>= 0.0.0)
rubygems-utility (>= 0.0.0)
rubygems-app (0.0.53)
rubygems-app (0.0.54)
apt (>= 0.0.0)
chef-vault (>= 0.0.0)
datadog (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-app/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name 'rubygems-app'

version '0.0.53'
version '0.0.54'

depends 'apt'
depends 'chef-vault'
3 changes: 2 additions & 1 deletion cookbooks/rubygems-app/recipes/delayed_job.rb
Original file line number Diff line number Diff line change
@@ -27,7 +27,8 @@
user 'deploy'
commands [
'/etc/init.d/delayed_job *',
'/usr/sbin/service delayed_job *'
'/usr/sbin/service delayed_job *',
'/usr/bin/sv -w * delayed_job'
]
nopasswd true
end

0 comments on commit 75a730a

Please sign in to comment.