Issue #3150 has been reported by R.I. Pienaar aka Volcane.
----------------------------------------
Bug #3150: require does not support ::class syntax
http://projects.reductivelabs.com/issues/3150
Author: R.I. Pienaar aka Volcane
Status: Unreviewed
Priority: Normal
Assigned to:
Category:
Target version:
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.