remove group constrainte, it's now a normal group
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<rougail version="0.9">
|
||||
<rougail version="0.10">
|
||||
<services>
|
||||
<service name="ntp">
|
||||
<ip netmask="nut_monitor_netmask">nut_monitor_host</ip>
|
||||
@ -7,17 +7,15 @@
|
||||
</services>
|
||||
<variables>
|
||||
<family name="general" description="général">
|
||||
<variable name="nut_monitor_netmask" type="netmask" mandatory="True" multi="True">
|
||||
<value>255.255.255.0</value>
|
||||
</variable>
|
||||
<variable name="nut_monitor_host" type="network" mandatory="True">
|
||||
<value>192.168.1.0</value>
|
||||
</variable>
|
||||
<family name="nut_monitor_netmask" description="nut_monitor_netmask" leadership="True">
|
||||
<variable name="nut_monitor_netmask" type="netmask" mandatory="True" multi="True">
|
||||
<value>255.255.255.0</value>
|
||||
</variable>
|
||||
<variable name="nut_monitor_host" type="network" mandatory="True">
|
||||
<value>192.168.1.0</value>
|
||||
</variable>
|
||||
</family>
|
||||
</family>
|
||||
</variables>
|
||||
<constraints>
|
||||
<group leader="nut_monitor_netmask">
|
||||
<follower>nut_monitor_host</follower>
|
||||
</group>
|
||||
</constraints>
|
||||
<constraints/>
|
||||
</rougail>
|
||||
|
Reference in New Issue
Block a user