Re: [Puppet Users] Why variables standing by themselves should be quoted in resource titles and only there?

2015-08-15 Thread Rich Burroughs
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

[Puppet Users] Why variables standing by themselves should be quoted in resource titles and only there?

2015-08-15 Thread David Racodon
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: >

Re: [Puppet Users] 2015.2 strange message

2015-08-15 Thread Kylo Ginsberg
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