Does the plugin support to use facts like os.name or os.family ?
The Facter allows a structure like:
# facter os { architecture => "x86_64", family => "RedHat", hardware => "x86_64", name => "RedHat", release => { full => "7.7", major => "7", minor => "7" }, selinux => { enabled => false } }
Hi!
Does the plugin support to use facts like os.name or os.family ? The Facter allows a structure like:
# facter os { architecture => "x86_64", family => "RedHat", hardware => "x86_64", name => "RedHat", release => { full => "7.7", major => "7", minor => "7" }, selinux => { enabled => false } }
Can I use facts with subfucts in the plugin?