Hi, I'm looking into writing proper modules and starting off with "puppet module generate" but it seems the tool uses an invalid name for the directory. When i specify "mymodule" as a name it tells me I need to use a dash separated name and when I use "myname-mymodule" then the module gets generated but using the "mymodule" class as either "mymodule" or "myname-mymodule" only results in puppet not being able to find the class.
The fix seems to be to rename the directory to "mymodule". After that the "mymodule" class can be used in manifests. Am I doing something wrong or why does the puppet module tool create directories with an invalid name? Regards, Dennis -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
