Issue #11415 has been updated by Daniel Pittman. Status changed from Unreviewed to Investigating Assignee set to Daniel Pittman
Hey. Thanks for that - given that PSON transport of these is a fairly low level, and pervasive, part of the system I am going though and doing due diligence to make sure it won't break anything, and that I understand why we do this the way we do. The code itself looks fine, and thanks for submitting the test. One last question: have you signed a CLA with us? It looks like you have not, and we would need one for this change. ---------------------------------------- Bug #11415: Fix for exported resources with async storeconfigs https://projects.puppetlabs.com/issues/11415 Author: Alexey Lapitsky Status: Investigating Priority: Normal Assignee: Daniel Pittman Category: stored configuration Target version: Affected Puppet version: Keywords: exported resources, async_storecofigs Branch: Hey, I have a problem with the following configuration: thin_storeconfigs = true async_storeconfigs = true For example, when I tried to export nagios_host, puppetmaster lost host_name variable during pson export to stomp queue. Host_name variable is used as "namevar" for nagios_host resource and ignored during pson / json export. The patch removes "namevar" check during the export and fixes the problem. Pull request: https://github.com/puppetlabs/puppet/pull/276 -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
