Issue #10539 has been reported by John Eikenberry. ---------------------------------------- Bug #10539: require metaparameter default does not raise an error https://projects.puppetlabs.com/issues/10539
Author: John Eikenberry Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: 2.7.6 Keywords: Branch: I had a typo in my require default line which didn't raise any sort of error until I added to a specific resource. That is I had '$require = Class["apps::postgres::multi"]' when there was no such class (the class was named apps::postgresql::multi) and this did not raise an error. I found the typo when I had an ordering issue and tried adding the 'require => Class["apps::postgres::multi"]' to a specific resource and this generated the error "err: Failed to apply catalog: Could not find dependency Class ...". It should generate the 'could not find dependency' error for the default. -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
