Method: Specinfra::Command::Linux::Base::Inventory.get_filesystem

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

.get_filesystemObject


23
24
25
# File 'lib/specinfra/command/linux/base/inventory.rb', line 23

def get_filesystem
  'df -P'
end