Module: Enterprise::Ohai
- Defined in:
- lib/enterprise/ohai.rb
Class Method Summary collapse
Class Method Details
.run ⇒ Object
9 10 11 |
# File 'lib/enterprise/ohai.rb', line 9 def self.run puts JSON.pretty_generate(system_data) end |
.system_data ⇒ Object
13 14 15 16 17 18 19 |
# File 'lib/enterprise/ohai.rb', line 13 def self.system_data system = ::Ohai::System.new system.all_plugins system.data end |