On 8 May 2012 14:28, Jistan Idiot <[email protected]> wrote: > So we're looking at using Puppet. There are three things we're trying > to figure out how to manage -- SSL keys for the webservers, SSH keys > for the users, and the user's passwords (and specific /etc/shadow and / > etc/passwd for each box). > > There's a ton of concerns with each one of these. Is there some place > with a good guide for doing all of this? > > I came across a very old thread > http://groups.google.com/group/puppet-users/browse_thread/thread/da756bb067565ede > which implies you shouldn't put your sensitive data in the files > directory of the module. Is that still true?
That still holds true (unless you want to micromanage access permissions). There is however a way to create a directory per host that is only accessible by that host: https://groups.google.com/forum/#!msg/puppet-users/XBkdcDypm0g/AVJFsSORkOkJ -- Erik Dalén -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
