I'm running a series of shell provisioning steps as root. One of these steps creates a new user. Is it possible to run subsequent steps as this user? privileged = false just switches to the vagrant user.
I know I could do it using a wrapper script that takes the user name as parameter and su's another script, but i'm curious if it could be done in the Vagrantfile natively. Best regards JS -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
