[Puppet Users] Re: Distributing Facts to client.

2010-02-02 Thread Brian Schrock
> So this is what you need: > > 1.  Put your fact into a module - let's call it "custom". > > $ mkdir -p /etc/puppet/modules/custom/{manifests,lib} > $ mkdir -p /etc/puppet/modules/custom/lib/facter > $ touch /etc/puppet/modules/custom/manifests/init.pp > > 2. Copy your fact into /etc/puppet/module

[Puppet Users] Re: Distributing Facts to client.

2010-02-02 Thread Brian Schrock
> So this is what you need: > > 1.  Put your fact into a module - let's call it "custom". > > $ mkdir -p /etc/puppet/modules/custom/{manifests,lib} > $ mkdir -p /etc/puppet/modules/custom/lib/facter > $ touch /etc/puppet/modules/custom/manifests/init.pp > > 2. Copy your fact into /etc/puppet/module