Title: Message Title
Andrew Parker commented on an issue
Puppet / Improvement PUP-1546
Improve validation error message for hash/resource (future parser)
Given input such as:
{code}
clasf bar {
}
{code}
An error is raised with the text: "All resource specifications require names...". This is correct since the program is interpreted as a call to "clasf" followed by a resource of type "bar".

This is however hard to understand - the user thinks this is a class (but there is a typo).
A simple fix is...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to