summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/DiskImage.hs
diff options
context:
space:
mode:
authorJoey Hess2016-04-07 01:03:53 -0400
committerJoey Hess2016-04-07 01:03:53 -0400
commit868e2c473ac43f8e6432b1672f57bbdcb1872174 (patch)
tree735a4dfb449cb1bd7a43578a1774fbcdbfdebf95 /src/Propellor/Property/DiskImage.hs
parent105c0f923ed7db23210a9593b6b677e61dae7d99 (diff)
Added Propellor.Property.Fstab, and moved the fstabbed property to there.
Diffstat (limited to 'src/Propellor/Property/DiskImage.hs')
-rw-r--r--src/Propellor/Property/DiskImage.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/DiskImage.hs b/src/Propellor/Property/DiskImage.hs
index 718768c2..afeaa287 100644
--- a/src/Propellor/Property/DiskImage.hs
+++ b/src/Propellor/Property/DiskImage.hs
@@ -30,6 +30,7 @@ import qualified Propellor.Property.File as File
import qualified Propellor.Property.Apt as Apt
import Propellor.Property.Parted
import Propellor.Property.Mount
+import Propellor.Property.Fstab (SwapPartition(..), genFstab)
import Propellor.Property.Partition
import Propellor.Property.Rsync
import Propellor.Container