Puppet Uesrs,

How do you deal with sensitive data in your puppet config that does
not belong in revision control?  Think about things like SSL keys or
passwords.

i.e.

/etc/ldap.conf
...
binddn cn=foo,dc=example,dc=com
bindpw mysocratesnote
...

As of now we store the bindpw as a variable then reference that in a
template.  But this means that bindpw exists in our node definitions
since there are different pws for different groups of hosts.

Regards,
-Alan

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to