Method: Specinfra::Command::Module::Zfs#check_exists
- Defined in:
- lib/specinfra/command/module/zfs.rb
#check_exists(zfs) ⇒ Object
5 6 7 |
# File 'lib/specinfra/command/module/zfs.rb', line 5 def check_exists(zfs) "zfs list -H #{escape(zfs)}" end |