This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, 6.0 has been updated
via cef310d656ed26f4109fa366cd589480541503a0 (commit)
from 27bd07697aa21d73135057cca79478e081d389fc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=cef310d656ed26f4109fa366cd589480541503a0
commit cef310d656ed26f4109fa366cd589480541503a0
Author: Sylvain Beucler <[email protected]>
Date: Mon Jul 6 18:05:30 2015 +0200
vm: portably set password for user 'vagrant'
diff --git a/vm/packer/scripts/vagrant.sh b/vm/packer/scripts/vagrant.sh
index 6638a68..8762455 100755
--- a/vm/packer/scripts/vagrant.sh
+++ b/vm/packer/scripts/vagrant.sh
@@ -3,7 +3,7 @@
# Create the user vagrant with password vagrant,
# and avoid /bin/sh aka dash under Debian
useradd vagrant -s /bin/bash --create-home
-echo 'vagrant'|passwd --stdin vagrant
+echo 'vagrant:vagrant' | chpasswd
echo 'vagrant ALL=NOPASSWD:ALL' > /etc/sudoers.d/vagrant
chmod 0440 /etc/sudoers.d/vagrant
-----------------------------------------------------------------------
Summary of changes:
vm/packer/scripts/vagrant.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits