Re: [Puppet Users] Re: A few questions about setting up Custom Facts

2012-08-08 Thread Dan White
- Tim Mooney wrote: > In regard to: Re: [Puppet Users] Re: A few questions about setting up...: > > > I want to use puppetlabs-stdlib and /etc/facter/facts.d to create a set > > of local facts. Some of these facts come in variable quantities. I > > would like to stack these up into a delimi

Re: [Puppet Users] Re: A few questions about setting up Custom Facts

2012-08-08 Thread Tim Mooney
In regard to: Re: [Puppet Users] Re: A few questions about setting up...: I want to use puppetlabs-stdlib and /etc/facter/facts.d to create a set of local facts. Some of these facts come in variable quantities. I would like to stack these up into a delimited string. I can deal with that. On

Re: [Puppet Users] Re: A few questions about setting up Custom Facts

2012-08-08 Thread Dan White
- jcbollinger wrote: > On Tuesday, August 7, 2012 2:26:47 PM UTC-5, Ygor wrote: > > > > - jcbollinger wrote: > > > On Monday, August 6, 2012 10:48:25 AM UTC-5, Ygor wrote: > > > > > > > > I am putting together some system improvements based on using the > > > > stdlib::facter-dot-d and

Re: [Puppet Users] Re: A few questions about setting up Custom Facts

2012-08-08 Thread jcbollinger
On Tuesday, August 7, 2012 2:26:47 PM UTC-5, Ygor wrote: > > - jcbollinger wrote: > > > > > > On Monday, August 6, 2012 10:48:25 AM UTC-5, Ygor wrote: > > > > > > I am putting together some system improvements based on using the > > > stdlib::facter-dot-d and I have a few questions: >

Re: [Puppet Users] Re: A few questions about setting up Custom Facts

2012-08-07 Thread Dan White
- jcbollinger wrote: > > > On Monday, August 6, 2012 10:48:25 AM UTC-5, Ygor wrote: > > > > I am putting together some system improvements based on using the > > stdlib::facter-dot-d and I have a few questions: > > > > Are facts always single “key => value” pairs or can you get a hash or

[Puppet Users] Re: A few questions about setting up Custom Facts

2012-08-07 Thread jcbollinger
On Monday, August 6, 2012 10:48:25 AM UTC-5, Ygor wrote: > > I am putting together some system improvements based on using the > stdlib::facter-dot-d and I have a few questions: > > Are facts always single “key => value” pairs or can you get a hash or > array into a fact ? > > I suspect array