Issue #11415 has been updated by Oliver Hookins. Status changed from Investigating to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/276
---------------------------------------- Bug #11415: Fix for exported resources with async storeconfigs https://projects.puppetlabs.com/issues/11415 Author: Alexey Lapitsky Status: In Topic Branch Pending Review Priority: Normal Assignee: Daniel Pittman Category: stored configuration Target version: Affected Puppet version: Keywords: exported resources, async_storecofigs Branch: https://github.com/puppetlabs/puppet/pull/276 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.
