Ashley Penney
2011-Sep-30 16:31 UTC
[Puppet Users] Sudden failure with storeconfigs in 2.7.4
Hi, I export a @@host for each box (for horrible reasons) and do various things with that including building a /etc/hosts on each server. Sometime today after upgrading to 2.7.4 I realized that all my exported entries are failing and are being stripped from the /etc/hosts which is causing me significant issues. Has anyone else seen any kind of problems with storeconfigs? I''m going to put together a bug report for it but I thought I''d see if anyone else had seen anything weird since the release. Thanks, -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Nigel Kersten
2011-Oct-01 15:29 UTC
Re: [Puppet Users] Sudden failure with storeconfigs in 2.7.4
On Fri, Sep 30, 2011 at 9:31 AM, Ashley Penney <apenney@gmail.com> wrote:> Hi, > > I export a @@host for each box (for horrible reasons) and do various things > with that including building a /etc/hosts on each server. Sometime today > after upgrading to 2.7.4 I realized that all my exported entries are failing > and are being stripped from the /etc/hosts which is causing me significant > issues. Has anyone else seen any kind of problems with storeconfigs? I''m > going to put together a bug report for it but I thought I''d see if anyone > else had seen anything weird since the release. > >Are you using postgres ? I saw some chatter that there was a postgres bug we introduced I think? -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Daniel Pittman
2011-Oct-01 18:49 UTC
Re: [Puppet Users] Sudden failure with storeconfigs in 2.7.4
On Sat, Oct 1, 2011 at 08:29, Nigel Kersten <nigel@puppetlabs.com> wrote:> On Fri, Sep 30, 2011 at 9:31 AM, Ashley Penney <apenney@gmail.com> wrote: >> >> I export a @@host for each box (for horrible reasons) and do various >> things with that including building a /etc/hosts on each server. Sometime >> today after upgrading to 2.7.4 I realized that all my exported entries are >> failing and are being stripped from the /etc/hosts which is causing me >> significant issues. Has anyone else seen any kind of problems with >> storeconfigs? I''m going to put together a bug report for it but I thought >> I''d see if anyone else had seen anything weird since the release. > > Are you using postgres ? I saw some chatter that there was a postgres bug we > introduced I think?That sounds exactly like the PostgreSQL bug, which was missed because of case insensitivity in comparisons for other DBMS''. The attached patch should fix that, but the 2.7.5 security release should also contain it. Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent post-consumer electrons -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Ashley Penney
2011-Oct-01 21:54 UTC
Re: [Puppet Users] Sudden failure with storeconfigs in 2.7.4
This was definitely the bug, I should have emailed an update after we figured out the cause! On Sat, Oct 1, 2011 at 2:49 PM, Daniel Pittman <daniel@puppetlabs.com>wrote:> On Sat, Oct 1, 2011 at 08:29, Nigel Kersten <nigel@puppetlabs.com> wrote: > > On Fri, Sep 30, 2011 at 9:31 AM, Ashley Penney <apenney@gmail.com> > wrote: > >> > >> I export a @@host for each box (for horrible reasons) and do various > >> things with that including building a /etc/hosts on each server. > Sometime > >> today after upgrading to 2.7.4 I realized that all my exported entries > are > >> failing and are being stripped from the /etc/hosts which is causing me > >> significant issues. Has anyone else seen any kind of problems with > >> storeconfigs? I''m going to put together a bug report for it but I > thought > >> I''d see if anyone else had seen anything weird since the release. > > > > Are you using postgres ? I saw some chatter that there was a postgres bug > we > > introduced I think? > > That sounds exactly like the PostgreSQL bug, which was missed because > of case insensitivity in comparisons for other DBMS''. > > The attached patch should fix that, but the 2.7.5 security release > should also contain it. > > Daniel > -- > ⎋ Puppet Labs Developer – http://puppetlabs.com > ♲ Made with 100 percent post-consumer electrons > > -- > 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+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.