--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
If your password hash has any $ in it the "..." will puppet make try to expand it.
You need password => '$1$effggfdg....' (single quotes).
cheers,
Den
Hi,
If your password hash has any $ in it the "..." will puppet make try to expand it.
You need password => '$1$effggfdg....' (single quotes).
On Wed, Jun 8, 2011 at 2:11 PM, Denmat <tu2b...@gmail.com> wrote:Hi,
If your password hash has any $ in it the "..." will puppet make try to expand it.
You need password => '$1$effggfdg....' (single quotes).I like using puppet resource for this.Set the password for an account, and use puppet resource to generate the manifest, removing the attributes you don't want to manage.