Re: [Puppet Users] Re: creating hashes from other hashes

2014-11-13 Thread Tim Mooney
In regard to: Re: [Puppet Users] Re: creating hashes from other hashes,...: On 2014-07-11 23:43, Tim Mooney wrote: In regard to: [Puppet Users] Re: creating hashes from other hashes, Luke...: Huh, at first glance that to me looks like a parser bug. Not so much a bug as an unessesary

Re: [Puppet Users] Re: creating hashes from other hashes

2014-11-07 Thread Henrik Lindberg
On 2014-07-11 23:43, Tim Mooney wrote: In regard to: [Puppet Users] Re: creating hashes from other hashes, Luke...: Huh, at first glance that to me looks like a parser bug. Not so much a bug as an unessesary constraint. This is changed in Puppet 4.0 (and when using --parser future in late

Re: [Puppet Users] Re: creating hashes from other hashes

2014-11-07 Thread Denmat
You don't need to disable lint entirely, you could just disable that check condition. http://puppet-lint.com/checks/documentation/ Den > On 8 Nov 2014, at 9:43, Tim Mooney wrote: > > In regard to: [Puppet Users] Re: creating hashes from other hashes, Luke...: > >> Hu

Re: [Puppet Users] Re: creating hashes from other hashes

2014-11-07 Thread Tim Mooney
In regard to: [Puppet Users] Re: creating hashes from other hashes, Luke...: Huh, at first glance that to me looks like a parser bug. That's what I was thinking too. Now that I think more on it I seem to recall this coming up before. The $name of a Defined Type is not of type String

[Puppet Users] Re: creating hashes from other hashes

2014-11-07 Thread Luke Bigum
Huh, at first glance that to me looks like a parser bug. Now that I think more on it I seem to recall this coming up before. The $name of a Defined Type is not of type String, and Puppet Hash keys are always strings, according to the docs: https://docs.puppetlabs.com/puppet/latest/reference/lan