Re: [Puppet-dev] Re: utilizing custom type for fact values

2015-09-17 Thread Kylo Ginsberg
On Thu, Sep 17, 2015 at 11:27 AM, wrote: > On Wednesday, September 16, 2015 at 10:11:16 PM UTC-5, Corey Osman wrote: >> >> Is it considered bad practice to make use of a custom provider code to >> retrieve values for a fact? >> >> example: >> >> Facter.add("bmc_ip", :timeout => 2) do >> confine

[Puppet-dev] Re: munging the log output from a custom provider

2015-09-17 Thread Reid Vandewiele
On Wednesday, September 16, 2015 at 6:19:27 PM UTC-7, Corey Osman wrote: > > > [...] how can I keep the password from showing up in the reports when the > password changes. Basically I don’t want the following to occur. Is there > a way to suppress the logging of this info? Or is there a way t

[Puppet-dev] Re: utilizing custom type for fact values

2015-09-17 Thread jeremiah . powell
On Wednesday, September 16, 2015 at 10:11:16 PM UTC-5, Corey Osman wrote: > > Is it considered bad practice to make use of a custom provider code to > retrieve values for a fact? > > example: > > Facter.add("bmc_ip", :timeout => 2) do > confine :bmc_device_present => [:true, true] > confin