summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Libvirt.hs
diff options
context:
space:
mode:
authorSean Whitton2018-11-09 16:40:46 -0700
committerSean Whitton2018-11-09 16:40:46 -0700
commit62cd307be4c04cede266a8e58b29dabe7ed18fe1 (patch)
tree13dd9419e795d77d1476d5cb4abd0d8bd8a19196 /src/Propellor/Property/Libvirt.hs
parent8c56394cb329f1d914435cabd9f0f197f2b84ad0 (diff)
comment out the QCow2 constructor until that's implemented
Diffstat (limited to 'src/Propellor/Property/Libvirt.hs')
-rw-r--r--src/Propellor/Property/Libvirt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Libvirt.hs b/src/Propellor/Property/Libvirt.hs
index 7ab8e563..2e358486 100644
--- a/src/Propellor/Property/Libvirt.hs
+++ b/src/Propellor/Property/Libvirt.hs
@@ -28,7 +28,7 @@ newtype MiBMemory = MiBMemory Int
data AutoStart = AutoStart | NoAutoStart
-- | Which type of disk image to build for the virtual machine
-data DiskImageType = Raw | QCow2
+data DiskImageType = Raw -- | QCow2
-- | Install basic libvirt components
installed :: Property DebianLike