Re: [Puppet Users] Complex data structures: working around a parser bug

2011-02-13 Thread Daniel Pittman
On Thu, Feb 10, 2011 at 09:32, Matthew Pounsett wrote: This works for me on 2.6.5rc2, which is before any of the recent patching of the parser in the area: $dev_numbers = { 'null' => { 'freebsd' => [ 0, 6 ], 'ubuntu'=> [ 1, 3 ], }, 'random' => { 'freebsd' => [ 0, 12 ]

[Puppet Users] Complex data structures: working around a parser bug

2011-02-10 Thread Matthew Pounsett
A few days ago another user posted an issue with complex hashes[1]; it looks like a parser bug, and a bug report was opened[2]. I seem to be having a similar problem, but I haven't been able to make the same workaround function. This is the data structure I'd like to be using, but puppet doesn'