Method: Specinfra::Command::Solaris::Base::Inventory.get_hostname
- Defined in:
- lib/specinfra/command/solaris/base/inventory.rb
permalink .get_hostname ⇒ Object
[View source]
9 10 11 |
# File 'lib/specinfra/command/solaris/base/inventory.rb', line 9 def get_hostname 'uname -n' end |