Issue #22205 has been updated by Andrew Parker.
The original changes for this modified the `Puppet::Resource::Catalog#relationship_graph` in a manner that causes tests in some module specs to fail. We saw this specifically in the puppetlabs-registry module. PR <https://github.com/puppetlabs/puppet/pull/1843> fixes this by putting that method back to its original semantics. ---------------------------------------- Feature #22205: Order of resource application should be selectable by a setting. https://projects.puppetlabs.com/issues/22205#change-96525 * Author: eric sorenson * Status: Merged - Pending Release * Priority: Normal * Assignee: Andrew Parker * Category: * Target version: 3.3.0 * Affected Puppet version: * Keywords: * Branch: https://github.com/puppetlabs/puppet/pull/1840 ---------------------------------------- There've been enough concerns about the scope of impact in changing manifest ordering (#18508) that it seems unwise to release it as the default in a non-major release. This should have been in the original spec, but it seems the order should default to the current #6911 behaviour but be selectable to manifest order by a setting. In the next major release we'll change the default (and potentially remove the #6911 behaviour, though that's TBD). The thought's been raised that it could be helpful to have other algorithms pluggable such as a pure-random order to smoke out unexpressed dependencies, but that's not in scope for this. -- 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.
