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 80222248..601f6236 100644
--- a/src/Propellor/Property/Libvirt.hs
+++ b/src/Propellor/Property/Libvirt.hs
@@ -115,7 +115,7 @@ kvmDefined imageType mem cpus auto h =
, "rm " ++ confTmp
])
started :: Property UnixLike
- started = case AutoStart of
+ started = case auto of
AutoStart -> scriptProperty
[ "virsh list | grep -q \""
++ hostName h ++ " .*running\" && exit 0"