Skip to content

Instantly share code, notes, and snippets.

@ulfbert-inc
Created May 20, 2015 08:56
Show Gist options
  • Save ulfbert-inc/8958851d5af8784fa3af to your computer and use it in GitHub Desktop.
Save ulfbert-inc/8958851d5af8784fa3af to your computer and use it in GitHub Desktop.
uname.rb
Ohai.plugin(:Uname) do
provides 'uname'
depends 'kernel'
collect_data do
uname Mash.new(:message => `uname -a`)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment