Skip to content

Commit

Permalink
Merge pull request rubber#191 from davebenvenuti/passenger_sudoers_fix
Browse files Browse the repository at this point in the history
Passenger sudoers fix
  • Loading branch information
davebenvenuti committed Jul 27, 2012
2 parents 48260c9 + 7290cce commit 09511a8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@
@path = '/etc/sudoers'
@additive = ["# passenger-status start", "# passenger-status end"]
%>
Defaults env_keep = GEM_PATH
Defaults env_keep += GEM_PATH

nobody ALL=(ALL) NOPASSWD: <%= rubber_env.rvm_gem_home %>/bin/passenger-status
nobody ALL=(ALL) NOPASSWD: <%= rubber_env.rvm_gem_home %>/bin/passenger-memory-stats

0 comments on commit 09511a8

Please sign in to comment.