Method: Specinfra::Command::Solaris::Base::Inventory.get_system_product_name
- Defined in:
- lib/specinfra/command/solaris/base/inventory.rb
permalink .get_system_product_name ⇒ Object
[View source]
37 38 39 |
# File 'lib/specinfra/command/solaris/base/inventory.rb', line 37 def get_system_product_name "prtdiag | grep 'System Configuration'" end |