diff options
| author | Tim Flink <tflink@fedoraproject.org> | 2015-05-07 18:53:13 +0000 |
|---|---|---|
| committer | Tim Flink <tflink@fedoraproject.org> | 2015-05-07 18:53:13 +0000 |
| commit | cedc311ca30a7f2c3f41468a17726dc26f701419 (patch) | |
| tree | 819fd99c7ecfd02deb240d2f57514761280d221e /roles/beaker | |
| parent | 3a83e9f9a4ef89b653e770fd0e4b8e6e5babb47d (diff) | |
| download | ansible-cedc311ca30a7f2c3f41468a17726dc26f701419.tar.gz ansible-cedc311ca30a7f2c3f41468a17726dc26f701419.tar.xz ansible-cedc311ca30a7f2c3f41468a17726dc26f701419.zip | |
valid xml is helpful
Diffstat (limited to 'roles/beaker')
| -rw-r--r-- | roles/beaker/virthost/templates/client-libvirt.xml.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/beaker/virthost/templates/client-libvirt.xml.j2 b/roles/beaker/virthost/templates/client-libvirt.xml.j2 index b2b9ab060..c81710607 100644 --- a/roles/beaker/virthost/templates/client-libvirt.xml.j2 +++ b/roles/beaker/virthost/templates/client-libvirt.xml.j2 @@ -4,8 +4,8 @@ <vcpu placement='static'>{{ item.num_cpus }}</vcpu> <os> <type arch='x86_64'>hvm</type> - <boot dev='network'> - <boot dev='hd'> + <boot dev='network'/> + <boot dev='hd'/> <bootmenu enable='no'/> </os> <clock offset='utc'> |
