From: Silvio Rhatto Date: Sun, 18 Apr 2010 19:35:08 +0000 (-0300) Subject: Changing hash tip X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7a5685faac062668e6e1edc9b33d4088948eaa2d;p=puppet-user.git Changing hash tip --- 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 {