bundles/vmhost: don't try to start libvirtd on every apply
This commit is contained in:
parent
4a03a9f89c
commit
42a66751e1
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ if node.has_bundle('nftables') and node.has_bundle('apt'):
|
||||||
}
|
}
|
||||||
|
|
||||||
if node.has_bundle('pacman'):
|
if node.has_bundle('pacman'):
|
||||||
svc_systemd['libvirtd'] = {}
|
svc_systemd['libvirtd'] = {
|
||||||
|
'running': None, # triggered via .socket
|
||||||
|
}
|
||||||
svc_systemd['virtlogd'] = {
|
svc_systemd['virtlogd'] = {
|
||||||
'enabled': None, # triggered via .socket
|
'enabled': None, # triggered via .socket
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue