summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/ZFS.hs
diff options
context:
space:
mode:
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