From c244c40ebdaedeb6d6640abf02f3d65eb87c98f1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 5 Nov 2018 19:47:26 -0700 Subject: add missing spaces to two of the arguments to virt-install --- src/Propellor/Property/Libvirt.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Property/Libvirt.hs') diff --git a/src/Propellor/Property/Libvirt.hs b/src/Propellor/Property/Libvirt.hs index 5fd083e4..000f56c4 100644 --- a/src/Propellor/Property/Libvirt.hs +++ b/src/Propellor/Property/Libvirt.hs @@ -127,8 +127,8 @@ kvmDefined imageType mem cpus auto h = conf = "/etc/libvirt/qemu" hostName h <.> "xml" confTmp = conf <.> "tmp" - osTypeArg = maybe "" ("--os-type=" ++) $ osType h - osVariantArg = maybe "" ("--os-variant=" ++) $ osVariant h + osTypeArg = maybe "" (" --os-type=" ++) $ osType h + osVariantArg = maybe "" (" --os-variant=" ++) $ osVariant h autoStartArg = case auto of AutoStart -> " --autostart" NoAutoStart -> "" -- cgit v1.2.3