Method: Specinfra::Command::Openbsd::Base::Inventory.get_hostname
- Defined in:
- lib/specinfra/command/openbsd/base/inventory.rb
permalink .get_hostname ⇒ Object
[View source]
11 12 13 |
# File 'lib/specinfra/command/openbsd/base/inventory.rb', line 11 def get_hostname 'hostname -s' end |