Issue #20675 has been updated by Charlie Sharpsteen. Status changed from Unreviewed to Duplicate Assignee set to Charlie Sharpsteen
Closing as a duplicate of #14652. ---------------------------------------- Bug #20675: Bug/question: No error or warning for self-requiring resources https://projects.puppetlabs.com/issues/20675#change-91308 * Author: Christian Flamm * Status: Duplicate * Priority: Normal * Assignee: Charlie Sharpsteen * Category: compiler * Target version: * Affected Puppet version: 3.1.1 * Keywords: self-requirement dependency cycle * Branch: ---------------------------------------- Is there any reason something like this... class self_requirement_test { $tmpfile = '/tmp/wtf' file { $tmpfile: require => File[$tmpfile] } } ... should not lead to an error or at least a warning? Isn't this just the smallest dependency cycle? -- 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.
