summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/ZFS.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-07 16:36:36 -0400
committerJoey Hess2016-03-07 16:36:36 -0400
commit16a95afa2fe22a4df9c371489c4ee7ffdef8e07b (patch)
tree6e0869e78aba03be2591569369e1e099bb86568e /src/Propellor/Property/ZFS.hs
parent9bbc292b3f903a1476e3524bb9198e58ce300401 (diff)
parent822694e790102efa2a5bb4a0c3d62c6fce1d4e87 (diff)
Merge remote-tracking branch 'remotes/misandrist/FreeBSD' into wip
Diffstat (limited to 'src/Propellor/Property/ZFS.hs')
-rw-r--r--src/Propellor/Property/ZFS.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Propellor/Property/ZFS.hs b/src/Propellor/Property/ZFS.hs
new file mode 100644
index 00000000..e42861e5
--- /dev/null
+++ b/src/Propellor/Property/ZFS.hs
@@ -0,0 +1,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