On Mon, Aug 5, 2013 at 10:16 AM, Andreas Dvorak
<[email protected]> 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",
[...]
> Does anybody has an solution for that?
You can solve this problem by defining the password with single quotes:
password =>
'$6$0vY.Ob.b$uOClxMYJohHBH46X/ESzliv.Jxt1XoWXjbLXtnf5JzqL5pP.caiF0JMxjptxEq9gj72KrU7CqB7ez',
-- Arthur Furlan
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.