cloud-atomic-vagrant: Set root's password to vagrant too

This matches the Base box, and is standard per the Vagrant Base Box
guidelines: http://docs.vagrantup.com/v2/boxes/base.html

https://lists.projectatomic.io/projectatomic-archives/atomic-devel/2015-May/msg00046.html
This commit is contained in:
Colin Walters 2015-05-13 17:33:07 -04:00
parent 6ba647a663
commit ed4f6a9e88

View File

@ -6,6 +6,7 @@
services --disabled=cloud-init,cloud-init-local,cloud-config,cloud-final
user --name=vagrant --password=vagrant
rootpw vagrant
%post --erroronfail