Issue #1618 has been updated by Nigel Kersten. Status changed from Needs more information to Closed Assignee set to Nigel Kersten
I've been following this model for years across many puppet versions. There must be user error of some kind involved here. As per the below thread, we're more aggressively closing tickets whose state is unsure, particularly old tickets with little to no inactivity in a long time. You are free to reopen them. http://groups.google.com/group/puppet-users/browse_thread/thread/a040cb9bc5c5b647 ---------------------------------------- Bug #1618: Module to module automagic import buggy https://projects.puppetlabs.com/issues/1618 Author: ehisey - Status: Closed Priority: Normal Assignee: Nigel Kersten Category: modules Target version: Affected Puppet version: 0.24.4 Keywords: Branch: 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://projects.puppetlabs.com/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.
