From 71de611d01156824e2ca3a8fac28e383b4be3e46 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 1 Jun 2019 10:55:49 -0300 Subject: Libvirt.installed: install libvirt-daemon-system Several things recommend libvirt-daemon, but not for whatever reason libvirt-daemon-system. This means the libvirt-daemon is not started, which can cause virt-install to fail. Installing libvirt-daemon explicitly is probably overkill, but avoids problems in case the dependencies of libvirt-daemon-system change. --- 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 4dad5f39..71f59d65 100644 --- a/src/Propellor/Property/Libvirt.hs +++ b/src/Propellor/Property/Libvirt.hs @@ -34,7 +34,7 @@ data DiskImageType = Raw -- TODO: | QCow2 -- | Install basic libvirt components installed :: Property DebianLike -installed = Apt.installed ["libvirt-clients", "virtinst"] +installed = Apt.installed ["libvirt-clients", "virtinst", "libvirt-daemon", "libvirt-daemon-system"] -- | Ensure that the default libvirt network is set to autostart, and start it. -- -- cgit v1.2.3