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.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Propellor/Property/ZFS.hs b/src/Propellor/Property/ZFS.hs
new file mode 100644
index 00000000..7118a515
--- /dev/null
+++ b/src/Propellor/Property/ZFS.hs
@@ -0,0 +1,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