Thanks Robb, for the tips. Changed all my module/class names according to the recommendation. Cheers!!
On Apr 14, 11:39 pm, Robb <[email protected]> wrote: > Also, watch out for casing of your module name. It appears that > 'mySudo' works, but it is not recommended. > Recommended naming for Modules (and Classes): [a-z][a-z0-9]* > > http://docs.puppetlabs.com/guides/modules.html#naming > > I was caught by this issue when I named a module in a camel-cased > fashion: AbbCddd > > Robb -- 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.
