Title: Message Title
Mariusz Gronczewski commented on an issue
Puppet / Bug PUP-2374
Future parser ignores defaults for define if define name contains '::'
This fails on future parser:
{noformat}
define note::note ($note) {
    notify {"${title}:${note}":;}
}
Note::Note {
    note => 'Future is here!'
}

note::note {
    'test':;
}

{noformat}
with:
{noformat}
[13:42:44]:~/src/my/config (master u+1)ᛯ puppet apply --parser future /tmp/1.pp
Error: Must pass note to Note::Note[test] at /tmp/1.p...


--
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/d/optout.

Reply via email to