diff options
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |