Re: [Puppet Users] Encrypt Passwords in Manifests

2013-04-04 Thread James Matthews
Thanks Guys, will check these out next week Jim Sent from my iPhone On 4 Apr 2013, at 06:34, Gabriel Filion lelu...@gmail.com wrote: Hi there, On 04/03/2013 09:18 AM, jim wrote: I mainly use Puppet for managing windows hosts, and what to know they best way to either encrypt passwords in

[Puppet Users] Encrypt Passwords in Manifests

2013-04-03 Thread jim
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 {

Re: [Puppet Users] Encrypt Passwords in Manifests

2013-04-03 Thread Keith Burdis
If you use hiera try Craig Dunn's hiera-gpghttp://www.craigdunn.org/2011/10/secret-variables-in-puppet-with-hiera-and-gpg/ . - Keith On 3 April 2013 14:18, jim stra...@gmail.com wrote: Hello all I mainly use Puppet for managing windows hosts, and what to know they best way to either

Re: [Puppet Users] Encrypt Passwords in Manifests

2013-04-03 Thread Vladimir Rutsky
Hello! On 03.04.2013 17:18, jim 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

Re: [Puppet Users] Encrypt Passwords in Manifests

2013-04-03 Thread Gabriel Filion
Hi there, On 04/03/2013 09:18 AM, jim wrote: 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