Hmm, OK. So my deployer user calls capistrano, and from there capistrano does all sorts of things (creating directories, moving things, occasionally restarting apache). How do I know what I have to list in the sudoers file?
Thanks! matt On Aug 13, 3:36 pm, James Downs <[EMAIL PROTECTED]> wrote: > On Aug 13, 2007, at 11:33 AM, goodieboy wrote: > > > How do I securely transfer "power" over to the deployer user? I've > > been hard-coding the password in to do an su like: > > What if you use sudo with the NOPASSWD option, like this: > " deployer ALL=(ALL) NOPASSWD: /usr/bin/mongrel_rails" > > -j --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
