Re: [Puppet Users] puppet resource, and parameters that take arrays...

2010-12-23 Thread Daniel Pittman
On Fri, Dec 24, 2010 at 16:04, William Van Hevelingen wrote: >> Sorry, nope: [...] > Ack my bad misread the output. No problem there. I figured that this time I better actually include the "error" message though. ;) > I think its a bug, I seem to remember that the parsedfile provider doesn't >

Re: [Puppet Users] puppet resource, and parameters that take arrays...

2010-12-23 Thread William Van Hevelingen
> > Sorry, nope: > Ack my bad misread the output. > > I think its a bug, I seem to remember that the parsedfile provider doesn't always work correctly under puppet resource -- William Van Hevelingen wva...@gmail.com -- You received this message because you are subsc

Re: [Puppet Users] puppet resource, and parameters that take arrays...

2010-12-23 Thread Daniel Pittman
On Fri, Dec 24, 2010 at 15:37, William Van Hevelingen wrote: > Its helpful if you include error messages There were no error messages, just incorrect behaviour, but it is a fair request. :) > but the answer is > puppet resource host some.example.com ip=127.0.0.1 > host_aliases="['www.example.co

Re: [Puppet Users] puppet resource, and parameters that take arrays...

2010-12-23 Thread William Van Hevelingen
> > > Its helpful if you include error messages, but the answer is puppet resource host some.example.com ip=127.0.0.1 host_aliases="[' www.example.com','mail.example.com']" -- William Van Hevelingen wva...@gmail.com -- You received this message because you are subscribed to the Google Groups

[Puppet Users] puppet resource, and parameters that take arrays...

2010-12-23 Thread Daniel Pittman
So, I had occasion to try and use the 'puppet resource' operation for the first time, and colour me foolish but I can't actually work it out. Specifically, I can't figure out how to get an array of values set: ] puppet resource host some.example.com ip=127.0.0.1 host_aliases=www.example.com,mail.