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

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

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