Re: [Puppet Users] Sensitive type?

2019-06-21 Thread Henrik Lindberg
On 2019-06-20 13:31, Jason McMahan wrote: Good day, We were attempting to secure passwords appearing in files. In the node manifest we changed $password = lookup("user_cred.${username}.${domain_lookup}.password")) to $password =

[Puppet Users] Sensitive type?

2019-06-20 Thread Jason McMahan
Good day, We were attempting to secure passwords appearing in files. In the node manifest we changed $password = lookup("user_cred.${username}.${domain_lookup}.password")) to $password = Sensitive(lookup( "user_cred.${username}.${domain_lookup}.password")) In the resources file it correctly