[Puppet Users] Re: Issue getting new custom fact to work in OS X

2014-11-18 Thread jcbollinger
On Tuesday, November 18, 2014 8:13:22 AM UTC-6, Jonathan Cohen wrote: > > We do not use puppet as a full system, only Facter to pull metrics and > other information into other tools. > > Then you need to put your custom fact into the correct location manually. /etc/facter/facts.d/ still isn't

[Puppet Users] Re: Issue getting new custom fact to work in OS X

2014-11-18 Thread Jonathan Cohen
We do not use puppet as a full system, only Facter to pull metrics and other information into other tools. On Tuesday, November 18, 2014 8:05:08 AM UTC-6, jcbollinger wrote: > > > > On Monday, November 17, 2014 8:47:28 AM UTC-6, Jonathan Cohen wrote: >> >> I'm trying to get a new custom fact wor

[Puppet Users] Re: Issue getting new custom fact to work in OS X

2014-11-18 Thread jcbollinger
On Monday, November 17, 2014 8:47:28 AM UTC-6, Jonathan Cohen wrote: > > I'm trying to get a new custom fact working in OS X. Source information > is from: > > > https://github.com/grahamgilbert/grahamgilbert-mac_facts/blob/master/lib/facter/mac_admin_users.rb > > Here is the process that I wen