I have both of these folders on my machines, and it seems like my keys and certs get screwed up occasionally... What is the purpose of each? --e Eugene Ventimiglia Director of Systems GridApp Systems e: eventi@gridapp.com o: 646 452 4081 _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
On Jan 26, 2008, at 12:58 AM, Eugene Ventimiglia wrote:> I have both of these folders on my machines, and it seems like my > keys and certs get screwed up occasionally... What is the purpose of > each?One of the Debian packages changed the setting to be LSB-compliant, but did not do a good job of migrating. Look in your puppet.conf -- it determines where your executables look for certs, and wherever it looks is where your certs should be. -- Honest criticism is hard to take, particularly from a relative, a friend, an acquaintance, or a stranger. -- Franklin P. Jones --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
I use an exec statement as a part of my puppet class to simply move over what I find in /etc/puppet/ssl. Works ok so far although it admittedly could cause some clashes. /peter On 26/01/2008, Luke Kanies <luke@madstop.com> wrote:> On Jan 26, 2008, at 12:58 AM, Eugene Ventimiglia wrote: > > > I have both of these folders on my machines, and it seems like my > > keys and certs get screwed up occasionally... What is the purpose of > > each? > > > One of the Debian packages changed the setting to be LSB-compliant, > but did not do a good job of migrating. > > Look in your puppet.conf -- it determines where your executables look > for certs, and wherever it looks is where your certs should be. > > -- > Honest criticism is hard to take, particularly from a relative, a > friend, an acquaintance, or a stranger. -- Franklin P. Jones > --------------------------------------------------------------------- > Luke Kanies | http://reductivelabs.com | http://madstop.com > > _______________________________________________ > Puppet-users mailing list > Puppet-users@madstop.com > https://mail.madstop.com/mailman/listinfo/puppet-users >-- /peter
is puppetd.conf still necessary? Or should I move all my configs to puppet.conf? -----Original Message----- From: puppet-users-bounces@madstop.com [mailto:puppet-users-bounces@madstop.com] On Behalf Of Luke Kanies Sent: Friday, January 25, 2008 9:20 PM To: Puppet User Discussion Subject: Re: [Puppet-users] /etc/puppet/ssl vs. /var/lib/puppet/ssl On Jan 26, 2008, at 12:58 AM, Eugene Ventimiglia wrote:> I have both of these folders on my machines, and it seems like my keys> and certs get screwed up occasionally... What is the purpose of each?One of the Debian packages changed the setting to be LSB-compliant, but did not do a good job of migrating. Look in your puppet.conf -- it determines where your executables look for certs, and wherever it looks is where your certs should be. -- Honest criticism is hard to take, particularly from a relative, a friend, an acquaintance, or a stranger. -- Franklin P. Jones --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
On Jan 29, 2008 1:11 PM, Eugene Ventimiglia <eventi@gridapp.com> wrote:> is puppetd.conf still necessary? Or should I move all my configs to > puppet.conf?You don''t need puppetd.conf for the version your using. Moving to puppet.conf should be fine. Kent