summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/ZFS.hs
blob: 7045e7eb585a86684f8f80c52369353ab6606b62 (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