Hi David,
My guess is that this is because of the guideline in section 9.1 that all
resource titles be quoted. So that is the area where it should be done for
consistency. Otherwise if you have a standalone variable elsewhere in your
manifest, it's not necessary to quote it.
Generally the impetus
Hi,
The Puppet Language Style Guide states
at https://docs.puppetlabs.com/guides/style_guide.html#quoting that
"Variables standing by themselves should not be quoted, unless they are a
resource title". So, it means that you should write:
file { "${foo}":
> ...
> }
instead of:
file { $foo:
>
On Thu, Aug 13, 2015 at 9:20 PM, Vince Skahan wrote:
>
> I'm sorry but you're going to need to reparse that one into English.
> You want me to check for what (where?) and change what (where?) ?
>
The easiest fix for you would be to update to 2.3.0 or greater of the
gentoo-portage module.
Kylo