Method: Specinfra::Command::Linux::Base::Inventory.get_fqdn
- Defined in:
- lib/specinfra/command/linux/base/inventory.rb
permalink .get_fqdn ⇒ Object
[View source]
19 20 21 |
# File 'lib/specinfra/command/linux/base/inventory.rb', line 19 def get_fqdn 'hostname -f' end |