- 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
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
- 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
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:
>
- 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
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