summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"