Issue #3150 has been updated by Brice Figureau. Status changed from Investigating to Ready for Checkin Assigned to changed from Brice Figureau to James Turnbull Target version changed from Rowlf to 0.25.5 Branch set to http://github.com/masterzen/puppet/tree/tickets/0.25.x/3150
Hi, The patch is available in my github repository, branch tickets/0.25.x/3150: http://github.com/masterzen/puppet/tree/tickets/0.25.x/3150 The patch has been accepted as is. Thanks, ---------------------------------------- Bug #3150: require does not support ::class syntax http://projects.reductivelabs.com/issues/3150 Author: R.I. Pienaar aka Volcane Status: Ready for Checkin 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.
