If you use hiera try Craig Dunn's hiera-gpg<http://www.craigdunn.org/2011/10/secret-variables-in-puppet-with-hiera-and-gpg/> .
- Keith On 3 April 2013 14:18, jim <[email protected]> wrote: > Hello all > > I mainly use Puppet for managing windows hosts, and what to know they best > way to either encrypt passwords in manifests or where to store them so they > are encrypted and reference them as in a variable etc ? (if that makes > sense) > > e.g. > > class roles::base::users { > user { 'Administrator': > ensure => present, > password => 'Please_hide_me;01', > } > > > regards > > James > > -- > 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?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
