GetValkyrie / valkyrie

Valkyrie is an opinionated local dev stack that makes features/git based Drupal development easy.
http://www.getvalkyrie.com
GNU General Public License v3.0
45 stars 11 forks source link

Avoid password prompts #1

Open ergonlogic opened 9 years ago

ergonlogic commented 9 years ago

The Vagrant docs list a couple ways to avoid password prompts during NFS mounting: http://docs.vagrantup.com/v2/synced-folders/nfs.html

We could add a 'valkyrie-setup' command to set up these sudoers entries. This would also be a convenient place to do an initial addition to ~/.drushrc.php, download any required plugins, etc.

ergonlogic commented 9 years ago

This could be handled by #76