On Apr 23, 11:41 am, Yves Ntonfo <[email protected]> wrote: > Hi!! > > When i install or copy a module with the extra name > "username-mymodule-version" in my module path, Puppet can't find the > classes inside the module when node make a request. I don't know if i > should rename the module into "mymodule" for that works!!!
Class and module names should not contain hyphens (-). They may contain underscores (_), however, so you could try switching to those. John -- 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.
