Title: Message Title
Chris Pitman commented on an issue
Puppet / Bug PUP-2451
Autorequire can create circular dependencies when ensure => absent
The `registry_key` auto-require functionality doesn't appear to work with `->`
style relationships when `ensure => absent`. This results in a circular dependency:

<pre>
    Registry_key { ensure => absent }
    registry_key { '#{keypath}\\SubKey1': }
    -> registry_key { '#{keypath}\\SubKeyToPurge': }
    -> registry_key { '#{keypath}': }
</pre...

--
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/d/optout.

Reply via email to