From 7a5685faac062668e6e1edc9b33d4088948eaa2d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 18 Apr 2010 16:35:08 -0300 Subject: Changing hash tip --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 0dfb3ad..392bda3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -2,7 +2,8 @@ # User module based on git://git.puppet.immerda.ch/module-user.git # # Password hash can be generated with mkpasswd provided by whois -# debian package: mkpasswd -H md5 +# debian package: mkpasswd -m sha-256, see crypt(3) for details +# on supported hashes. # class user { -- cgit v1.2.3