Issue #3150 has been updated by James Turnbull. Category set to RAL Status changed from Unreviewed to Investigating Assigned to set to Brice Figureau Target version set to Rowlf
---------------------------------------- Bug #3150: require does not support ::class syntax http://projects.reductivelabs.com/issues/3150 Author: R.I. Pienaar aka Volcane Status: Investigating Priority: Normal Assigned to: Brice Figureau Category: RAL Target version: Rowlf Affected version: 0.25.4 Keywords: Branch: The below sample code works: <pre> class one { notify{"one": } } class two::one { include ::one notify{"two": } } include two::one </pre> If we changed the _include ::one_ to _require ::one_ we get: <pre> Could not find dependency Class[::one] for Class[two::one] </pre> -- 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://reductivelabs.com/redmine/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.
