We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab91576 commit ec81213Copy full SHA for ec81213
lib/puppet/provider/virt/libvirt.rb
@@ -17,7 +17,7 @@
17
# Executes operation over guest
18
def exec
19
hypervisor = case resource[:virt_type]
20
- when :openvz then "openvz:///system"
+ when :xen_fullyvirt, :xen_paravirt then "xen:///"
21
else "qemu:///session"
22
end
23
conn = Libvirt::open(hypervisor)
0 commit comments