Issue #1618 has been reported by ehisey.
----------------------------------------
Bug #1618: Module to module automagic import buggy
http://projects.reductivelabs.com/issues/show/1618
Author: ehisey
Status: Unreviewed
Priority: Normal
Assigned to:
Category: modules
Target version:
Complexity: Unknown
Affected version: 0.24.4
Keywords:
When calling modules from other modules only class names of <module>::<class>
automagic import. Calls to a class <module> name do not work.
Example:
Given a module named init.pp:
class named{
..do something
}
class named::hpc{
..do something else
}
In module hpc init.pp:
class hpc{
include named
}
this call will fail without error, notice or warnings.
But if in module hpc init.pp:
class hpc{
include named::hpc
}
then the named:hpc class fomr teh named module is successfully called and used.
----------------------------------------
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
-~----------~----~----~----~------~----~------~--~---