Skip to content

Instantly share code, notes, and snippets.

@fincham
Created October 17, 2016 03:25
Show Gist options
  • Save fincham/84bf1c7c9958a4b4c8480cc6dfb9b432 to your computer and use it in GitHub Desktop.
Save fincham/84bf1c7c9958a4b4c8480cc6dfb9b432 to your computer and use it in GitHub Desktop.
Facter.add('is_soekris') do
setcode do
Facter::Core::Execution.execute("dd if=/dev/mem bs=64k skip=15 count=1 | grep -q -a 'Soekris Engineering' && echo true || echo false") == "true"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment