> 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/modules/custom/lib/facter
>
> 3. Check fileserver.conf to make sure the [plugins] mount is there
> but has NO path statement - something like:
>
> [plugins]
> allow *.lovedthanlost.net
>
> 4.  Configure puppet.conf
>
> [main]
> pluginsync = true
> factpath = $vardir/lib/facter
>
> And that's it.
>
> Can you let me know how that goes?
>
> Regards
>
> James Turnbull

That worked like a champ! Thank you very much, that was getting very
frustrating.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to