propellor-2.17.2: property-based host configuration management in haskell

Maintainer2016 Evan Cofsky <evan@theunixman.com>
Safe HaskellNone
LanguageHaskell98

Propellor.Property.ZFS.Properties

Description

Functions defining zfs Properties.

Synopsis

Documentation

zfsExists :: ZFS -> Property NoInfo 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 NoInfo Source

Sets the given properties. Returns True if all were successfully changed, False if not.