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