Issue #11415 has been updated by Daniel Pittman. Assignee deleted (Daniel Pittman)
---------------------------------------- Bug #11415: Fix for exported resources with async storeconfigs https://projects.puppetlabs.com/issues/11415#change-92277 * Author: Alexey Lapitsky * Status: In Topic Branch Pending Review * Priority: Normal * Assignee: * 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
