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 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to