Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save CalvinHartwell/cdd5cc90f1c9f5a313499757e6d5d551 to your computer and use it in GitHub Desktop.

Select an option

Save CalvinHartwell/cdd5cc90f1c9f5a313499757e6d5d551 to your computer and use it in GitHub Desktop.
[root@gbl59900153 facts.d]# ls
hardware.rb
[root@gbl59900153 facts.d]# vi hardware.rb
Facter.add(:hardware_platform) do
setcode do
Facter::Util::Resolution.exec('uname')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment