blob: fbce672f0dcd5762ceb89ce9f812d16bc0f517c5 [file] [log] [blame]
Martin Polreiche0592082017-05-15 12:32:11 +02001libvirt:
2 server:
3 enabled: true
4 virtualizations:
5 - kvm
6 network:
7 default:
8 ensure: absent
9 pool:
10 virtimages:
11 type: dir
12 path: /var/lib/libvirt/images
13 xml: |
14 <pool type="dir">
15 <name>virtimages</name>
16 <target>
17 <path>/var/lib/libvirt/images</path>
18 </target>
19 </pool>
20 virtimages2:
21 ensure: absent
22 type: dir
23 path: /var/lib/libvirt/images2
24 xml: |
25 <pool type="dir">
26 <name>virtimages2</name>
27 <target>
28 <path>/var/lib/libvirt/images2</path>
29 </target>
30 </pool>