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

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

.get_hostnameObject

[View source]

9
10
11
# File 'lib/specinfra/command/solaris/base/inventory.rb', line 9

def get_hostname
  'uname -n' 
end