Method: Specinfra::Command::Module::Zfs#get_property

Defined in:
lib/specinfra/command/module/zfs.rb

#get_property(zfs) ⇒ Object



18
19
20
# File 'lib/specinfra/command/module/zfs.rb', line 18

def get_property(zfs)
  "zfs get -Hp -o property,value all #{escape(zfs)}"
end