Displaying 1 result from an estimated 1 matches for "850f1b71ee39".
2013 Oct 10
2
Augeas XML trouble
Hello everyone,
I am currently trying to add elements to an XML file (a libvirt network
definition) using Puppet (2.7.23)/Augeas (0.10). The XML looks like this:
<network>
<name>virbr0</name>
<uuid>57fdc6e3-cba1-4110-88ef-850f1b71ee39</uuid>
<forward dev=''eth0'' mode=''nat''/>
<bridge name=''virbr0'' stp=''on'' delay=''0'' />
<ip address="172.20.20.1" netmask="255.255.255.0">
<dhcp&g...