* Got deleting of manifests done.
* Fixed a couple bugs from the _network to _ip variable rename.
* Fixed a bug where fence variables with double-quotes in them weren't being handled properly.
Signed-off-by: Digimer <digimer@alteeve.ca>
@ -1102,6 +1103,7 @@ About to try to download aproximately: [#!variable!packages!#] packages needed t
<keyname="ok_0007">The UPS: [#!variable!name!#] has been successfully saved!</key>
<keyname="ok_0007">The UPS: [#!variable!name!#] has been successfully saved!</key>
<keyname="ok_0008">The UPS: [#!variable!name!#] has been successfully deleted!</key>
<keyname="ok_0008">The UPS: [#!variable!name!#] has been successfully deleted!</key>
<keyname="ok_0009">The install manifest: [#!variable!name!#] has been successfully saved!</key>
<keyname="ok_0009">The install manifest: [#!variable!name!#] has been successfully saved!</key>
<keyname="ok_0010">The install manifest: [#!variable!name!#] has been successfully deleted!</key>
<!-- String prefixes -->
<!-- String prefixes -->
<keyname="prefix_0001">[ Error ] - </key>
<keyname="prefix_0001">[ Error ] - </key>
@ -1550,6 +1552,9 @@ Here we will inject 't_0006', which injects 't_0001' which has a variable: [#!st
<keyname="warning_0040">[ Warning ] - The UPS: [#!variable!name!#] with the UUID: [#!variable!uuid!#] was NOT deleted. The reason may be in the: [#!data!path::log::main!#] log file on this host.</key>
<keyname="warning_0040">[ Warning ] - The UPS: [#!variable!name!#] with the UUID: [#!variable!uuid!#] was NOT deleted. The reason may be in the: [#!data!path::log::main!#] log file on this host.</key>
<keyname="warning_0041">[ Warning ] - There was a problem saving the install manifest. The reason may be in the: [#!data!path::log::main!#] log file on this host.</key>
<keyname="warning_0041">[ Warning ] - There was a problem saving the install manifest. The reason may be in the: [#!data!path::log::main!#] log file on this host.</key>
<keyname="warning_0042">[ Warning ] - No record found for the table/columns: [#!variable!table!# -> #!variable!column!#] for the value: [#!variable!value!#].</key>
<keyname="warning_0042">[ Warning ] - No record found for the table/columns: [#!variable!table!# -> #!variable!column!#] for the value: [#!variable!value!#].</key>
<keyname="warning_0043">[ Warning ] - The install manifest with the UUID: [#!variable!uuid!#] was not found.</key>
<keyname="warning_0044">[ Warning ] - The install manifest: [#!variable!name!#] with the UUID: [#!variable!uuid!#] has already been deleted.</key>
<keyname="warning_0045">[ Warning ] - The install manifest: [#!variable!name!#] with the UUID: [#!variable!uuid!#] was NOT deleted. The reason may be in the: [#!data!path::log::main!#] log file on this host.</key>