I'm trying to bring up a Puppetlabs vagrant box and the password is not working. Tried 'vagrant' and 'puppet'. Anyone get these working?
1 Answers
5
votes
root user has password puppet as stated in repository of manifests used to build Puppetlabs boxes.
To login as vagrant user provide default insecure Vagrant keys
rootuser has passwordpuppet, uservagrantdoesn't have a defult password afaik, but you can log into using default keys github.com/mitchellh/vagrant/tree/master/keys - Alik