On 05.08.2013 15:16, Andreas Dvorak wrote:
Hello,
I want to add user with puppet. In my password string I have three times
the $.
The result is that in the password of the the /etc/shadow file
everything from $ until a . or / is missing.
password =>
"$6$0vY.Ob.b$uOClxMYJohHBH46X/ESzliv.Jxt1XoWXjbLXtnf5JzqL5pP.caiF0JMxjptxEq9gj72KrU7CqB7ez",

use single quotes or backslashes:

        password => '$foo'

or

        password => "\$foo"

Regards, David

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to