Hi, The first patch fixes a 0.25 storeconfigs bug where exported resources were never stored to the database unless collected on the creating host. I'm not sure about the fix, so please read the commit msg of this patch for a detailed explanation.
The other patch implements the thin storeconfigs feature. This feature is a limited storeconfigs where only facts and exported resources are saved to the database. This still allow exported/collected resources to work, and should be way more performant than full storeconfigs. Please review and comment, Brice Brice Figureau (2): Fix #2391 - Exported resources never make to the storeconfigs db Feature #2378 - Implement "thin_storeconfigs" lib/puppet/defaults.rb | 10 +++++- lib/puppet/rails/host.rb | 7 +++- lib/puppet/resource/catalog.rb | 11 +++++- spec/integration/defaults.rb | 13 +++++++ spec/unit/rails/host.rb | 72 ++++++++++++++++++++++++++++++++++++++++ spec/unit/resource/catalog.rb | 57 +++++++++++++++++++++++++++++++ 6 files changed, 167 insertions(+), 3 deletions(-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
