You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
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!!!
Thx.
jcbollinger
unread,
Apr 23, 2012, 3:37:19 PM4/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Puppet Users
Class and module names should not contain hyphens (-). They may
contain underscores (_), however, so you could try switching to those.