-
- Downloads
Use '@var' syntax consistently in ERB templates.
This is the preferred style in ERB templates, as it makes it clearer where the variables come from, and avoids shadowing by the templating internals (e.g. 'memory' and 'file' are shadowed). Also, in newer versions of Puppet, it is the way you *must* do it.
Please register or sign in to comment