Maintainer | 2016 Evan Cofsky <[email protected]> |
---|---|
Safe Haskell | None |
Language | Haskell98 |
Propellor.Property.ZFS.Properties
Description
Functions defining zfs Properties.
Documentation
zfsExists :: ZFS -> Property ZFSOS Source #
Will ensure that a ZFS volume exists with the specified mount point. This requires the pool to exist as well, but we don't create pools yet.
zfsSetProperties :: ZFS -> ZFSProperties -> Property ZFSOS Source #
Sets the given properties. Returns True if all were successfully changed, False if not.