camptocamp / puppet-accounts

11 stars 40 forks source link

How to set a local password? #58

Open patriziobassi opened 6 years ago

patriziobassi commented 6 years ago

Hi,

setting

userid: comment: "hello world" home: "/bin/bash"

works.

but if i add password: testpassword

i would expect the module to take the string, and put in encoded form in /etc/shadow it does nothing. if i put a shadow encoded string, same.

Is this a bug or am i missing anything? Thanks