Skip to content
Snippets Groups Projects
Commit ffdae9e2 authored by Thomas Bellman's avatar Thomas Bellman
Browse files

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.
parent ded9a13f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment