Method: Specinfra::Command::Linux::Base::Inventory.get_system_product_name
- Defined in:
- lib/specinfra/command/linux/base/inventory.rb
permalink .get_system_product_name ⇒ Object
[View source]
36 37 38 |
# File 'lib/specinfra/command/linux/base/inventory.rb', line 36 def get_system_product_name "dmidecode -s system-product-name" end |