reident tests
This commit is contained in:
@ -1,19 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<rougail version="0.9">
|
||||
|
||||
<services>
|
||||
<service name='nut'>
|
||||
<ip>nut_monitor_host</ip>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
<variables>
|
||||
<variable name="nut_monitor_host" type="ip" mandatory='True' multi="True">
|
||||
<value>192.168.0.1</value>
|
||||
<value>192.168.0.2</value>
|
||||
</variable>
|
||||
</variables>
|
||||
<services>
|
||||
<service name="nut">
|
||||
<ip>nut_monitor_host</ip>
|
||||
</service>
|
||||
</services>
|
||||
<variables>
|
||||
<variable name="nut_monitor_host" type="ip" mandatory="True" multi="True">
|
||||
<value>192.168.0.1</value>
|
||||
<value>192.168.0.2</value>
|
||||
</variable>
|
||||
</variables>
|
||||
</rougail>
|
||||
<!-- vim: ts=4 sw=4 expandtab
|
||||
-->
|
||||
|
Reference in New Issue
Block a user