Issue #3150 has been updated by Markus Roberts.
Pushed to master in commit:c694c4d34fea8b45695222321930e64b8991887a Fix #3150 - require function doesn't like ::class syntax ---------------------------------------- Bug #3150: require does not support ::class syntax http://projects.reductivelabs.com/issues/3150 Author: R.I. Pienaar aka Volcane Status: Closed Priority: Normal Assigned to: James Turnbull Category: RAL Target version: 0.25.5 Affected version: 0.25.4 Keywords: Branch: http://github.com/masterzen/puppet/tree/tickets/0.25.x/3150 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.
