Title: Message Title
Andy Parker commented on an issue
Puppet / Bug PUP-3028
Using templates (erb) with scoped variables starting with a number causes run time errors.
Using a variable within a manifest starting with a number passes validation by "puppet parser validate" and causes no issues, unless in the same manifest a template is used.

The errors occurs only at run time.

Simple Example:

a.pp works without any issues (lint: pass, parser: pass, apply: pass)
{code}
    $1file = '/tmp/foo'
    file { $1file:...

--
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