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