Re: [Puppet Users] Puppet: a way to secure certain files

2013-11-21 Thread Sergey Arlashin
Thank you! On Nov 20, 2013, at 9:02 PM, jcbollinger john.bollin...@stjude.org wrote: On Wednesday, November 20, 2013 12:06:35 AM UTC-6, Rich Burroughs wrote: You can use hiera gpg for ssh keys too. See this example:

Re: [Puppet Users] Puppet: a way to secure certain files

2013-11-20 Thread jcbollinger
On Wednesday, November 20, 2013 12:06:35 AM UTC-6, Rich Burroughs wrote: You can use hiera gpg for ssh keys too. See this example: https://groups.google.com/d/msg/puppet-users/jHcuKQXT9cQ/g23Lmf4e6b8J But you would be unwise to do that in conjunction with Puppet 3, unless you fall

[Puppet Users] Puppet: a way to secure certain files

2013-11-19 Thread Sergey Arlashin
Hi! I'm trying to secure some data inside my puppet repository. Some passwords and private ssh keys. I have discovered a plenty of ways to secure passwords - hiera gpg, puppet-decrypt, extlookup and so on. What about files? Is there a decent way to encrypt files, for example ssh keys? --

Re: [Puppet Users] Puppet: a way to secure certain files

2013-11-19 Thread Rich Burroughs
You can use hiera gpg for ssh keys too. See this example: https://groups.google.com/d/msg/puppet-users/jHcuKQXT9cQ/g23Lmf4e6b8J On Tue, Nov 19, 2013 at 1:03 PM, Sergey Arlashin sergeyarl.maill...@gmail.com wrote: Hi! I'm trying to secure some data inside my puppet repository. Some