summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/ZFS.hs
blob: 7118a51553f01f92f14c6555d99ce034a6c4d080 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- | Maintainer: 2016 Evan Cofsky <evan@theunixman.com>
-- 
-- ZFS properties

module Propellor.Property.ZFS (
	module Propellor.Property.ZFS.Properties,
	module Propellor.Types.ZFS
) where

import Propellor.Property.ZFS.Properties
import Propellor.Types.ZFS