template syntax

This commit is contained in:
Arne Teuke
2017-07-25 15:15:07 +01:00
parent c00ece4cb6
commit a902f3441b
2 changed files with 19 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ by Default, Nagios creates its own nagios.conf file, which is not a vhost file a
* `--no-class_inherits_from_params_class-check`:relavant only to non-supported outdated puppet versions
* `--no-variable_scope-check`: not applicable as we are inheriting parameters from params class. the lint check does not distinguish between facts and inherited parameters.
* `--no-80chars-check`: it is not always possible to stay within 80 characters, although typically only occurring on the parameter vault `params.pp`.
* `--no-140chars-check`: it is not always possible to stay within 140 characters, although typically only occurring on the parameter vault `params.pp`.
* `--no-arrow_alignment-check`: this check leads to actually not having am easily readable arrow alignment, as this checks `per block`, not per class.
* Puppet Parser
* ERB Template Parser