From cac1722a10c3e58c1938c0181a501e84c97875f1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 5 Nov 2018 19:00:43 -0700 Subject: Libvirt: fix a type --- src/Propellor/Property/Libvirt.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/Libvirt.hs') diff --git a/src/Propellor/Property/Libvirt.hs b/src/Propellor/Property/Libvirt.hs index abec2e99..c0cf0bb7 100644 --- a/src/Propellor/Property/Libvirt.hs +++ b/src/Propellor/Property/Libvirt.hs @@ -33,7 +33,7 @@ installed = Apt.installed ["libvirt-clients", "virtinst"] -- | Ensure that the default libvirt network is set to autostart. -- -- On Debian, it is not started by default after installation of libvirt. -defaultNetworkAutostarted :: Property UnixLike +defaultNetworkAutostarted :: Property DebianLike defaultNetworkAutostarted = check (not <$> doesFileExist autostartFile) (cmdProperty "virsh" ["net-autostart", "default"]) `requires` installed -- cgit v1.2.3