Method: Specinfra::Command::Solaris::Base::Inventory.get_system_product_name

Defined in:
lib/specinfra/command/solaris/base/inventory.rb

.get_system_product_nameObject

[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