On Sep 17, 3:32 pm, "Evan Hisey" <[EMAIL PROTECTED]> wrote: > Can puppet actually call modules form inside other modules? I thought > that it could, put after more looking and working it seems that the > rpbolems I have been running to may in fact be caused by puppet _not_ > being able to call modules from inside a module.
Evan, Modules most certainly can be called from within other modules. Most of the time when I have had problems is has been because the names of the module didn't match the class name in the init.pp. Double check your names and try again. Later... Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
