From 807a641bef32fea8fd015ead95cec2b33e9aa707 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 5 Nov 2018 19:42:21 -0700 Subject: fix extension of raw image --- src/Propellor/Property/Libvirt.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" -- cgit v1.2.3