Title: Message Title
Adrien Thebo commented on an issue
Facter / Bug FACT-627
Boolean facts not printed with facter -p if fact value is false
Boolean facts are not printed with facter -p if the fact value is false.

Example (using a custom fact):
{noformat}
[root@cxdrun01 ~]# facter -p | grep is_cde
is_cde => true
[root@cxdrun01 ~]# facter -p is_cde
true
# fiddle the is_cde fact to be false here
[root@cxdrun01 ~]# facter -p | grep is_cde
is_cde => false
[root@cxdrun01 ~]# facter -p i...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to