Issue #21470 has been updated by Henrik Lindberg. Status changed from Accepted to In Topic Branch Pending Review Keywords changed from future_parser to future_parser validation export Branch set to https://github.com/puppetlabs/puppet/pull/1738
The PR https://github.com/puppetlabs/puppet/pull/1738 changes the behavior to issue warning only if storeconfigs is turned off in the runtime used when validating. Anyone that wants to use puppet as a library can easily derive their own Factory and override the Puppet::Pops::Validation::ValidatorFactory_3_1#severity_producer method before creating the validator - that is if it is wanted that it should always produce a warning, never, etc. (There is currently no mechanism to enable/disable the individual issues via settings). ---------------------------------------- Bug #21470: storeconfigs warning when using parser is set to future https://projects.puppetlabs.com/issues/21470#change-93836 * Author: Wouter D'Haeseleer * Status: In Topic Branch Pending Review * Priority: Normal * Assignee: Henrik Lindberg * Category: exported resources * Target version: * Affected Puppet version: 3.2.2 * Keywords: future_parser validation export * Branch: https://github.com/puppetlabs/puppet/pull/1738 ---------------------------------------- When I enable parser=future in my master section of puppet I get the following messages on my master: "You cannot collect exported resources without storeconfigs being set" I'm using puppetdb and storeconfigs is actually set see my puppet master config here: https://gist.github.com/netdata/5871746 When setting parser=current this error goes away. -- 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. For more options, visit https://groups.google.com/groups/opt_out.
