All strings that do not contain variables or escape characters like \n
or
\t
should be enclosed in single quotes (style guide).
To disable this check you can add --no-double_quoted_strings-check
to your
puppet-lint
command line.
Alternatively, if you’re calling puppet-lint via the Rake task, you should
insert the following line to your Rakefile
.