diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-18 14:56:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-18 14:56:48 -0300 |
commit | 97d381c55dc3f8a9949d586ae6cbee590d5d5112 (patch) | |
tree | 3483f80cd5083472bce3304a772629d81642f85f | |
parent | 0c9682fa2832b92262093aedb5371653a6a441c4 (diff) | |
download | puppet-user-97d381c55dc3f8a9949d586ae6cbee590d5d5112.tar.gz puppet-user-97d381c55dc3f8a9949d586ae6cbee590d5d5112.tar.bz2 |
Updates doc for SHA512 hashes
-rw-r--r-- | manifests/manage.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/manage.pp b/manifests/manage.pp index d65266d..e9500e6 100644 --- a/manifests/manage.pp +++ b/manifests/manage.pp @@ -2,7 +2,7 @@ # 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 -m sha-256, see crypt(3) for details +# debian package: mkpasswd -m sha-512, see crypt(3) for details # on supported hashes. # define user::manage( |