Title: Message Title
Joshua Partlow commented on an issue
Puppet / Bug PUP-2898
Long form Resource Type reference fools "future parser" this is an override
When setting defaults for a resource type R, the short form works:
{code}
R { attr => value }
{code}
but not the long form:
{code}
Resource[R] { attr => value }
Resource['r'] { attr => value }
{code}

This problem is due to the static transformation of a resource _expression_
since the two forms (override and default) have different rules than a ...

--
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to