Hi, The documentation section gives a good example for the "exec" type : http://docs.puppetlabs.com/guides/language_guide.html#resource-defaults
But for scoped definitions, I had to figure out that each word needs to be capitalized, not just the first word : Mymod::mydef { 'foo': } gives Syntax error at '::mydef' What works is this (note the second capital 'M') : Mymod::Mydef { 'foo': } Could the documentation section about capitalization be updated to include a scoped example and make it clear for everyone? http://docs.puppetlabs.com/guides/language_guide.html#capitalization I'm sure others will bump into this too, or already have :-) Matthias -- Clean custom Red Hat Linux rpm packages : http://freshrpms.net/ Fedora release 14 (Laughlin) - Linux kernel 2.6.35.13-91.fc14.x86_64 Load : 0.22 0.36 0.46 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.