summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Libvirt.hs
diff options
context:
space:
mode:
authorSean Whitton2018-11-05 19:42:21 -0700
committerSean Whitton2018-11-05 19:42:21 -0700
commit807a641bef32fea8fd015ead95cec2b33e9aa707 (patch)
tree4651a6408e1198a311837210e4cd4112ffe7d6c2 /src/Propellor/Property/Libvirt.hs
parent8fa5a60fe288bd65efbc1a67b75b61a38c685d43 (diff)
fix extension of raw image
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 f975d42b..5fd083e4 100644
--- a/src/Propellor/Property/Libvirt.hs
+++ b/src/Propellor/Property/Libvirt.hs
@@ -123,7 +123,7 @@ kvmDefined imageType mem cpus auto h =
Raw -> RawDiskImage imageLoc
imageLoc =
"/var/lib/libvirt/images" </> hostName h <.> case imageType of
- Raw -> "xml"
+ Raw -> "img"
conf = "/etc/libvirt/qemu" </> hostName h <.> "xml"
confTmp = conf <.> "tmp"