rougail/tests/dictionaries/10load_disabled_if_not_in_f.../00-base.xml

28 lines
879 B
XML
Raw Normal View History

2019-11-24 20:25:09 +01:00
<?xml version='1.0' encoding='UTF-8'?>
2020-02-16 21:27:42 +01:00
<rougail>
2021-01-30 15:24:47 +01:00
<services>
<service name="test">
<file name="/tmp/file1" filelist="afilllist"/>
</service>
</services>
2019-11-23 08:17:35 +01:00
<variables>
2020-07-24 14:59:09 +02:00
<family name="general">
2021-01-10 16:53:41 +01:00
<variable name="condition" type="string" description="No change">
2021-01-30 15:24:47 +01:00
<value>no</value>
2019-11-23 08:17:35 +01:00
</variable>
2021-01-30 15:24:47 +01:00
<variable name="disable_variable" type="string" description="No change">
<value>no</value>
2019-11-23 08:17:35 +01:00
</variable>
</family>
</variables>
<constraints>
2021-01-30 15:24:47 +01:00
<condition name="disabled_if_not_in" source="unknown" fallback="True">
<param>no</param>
<target type="variable">disable_variable</target>
2020-07-24 14:59:09 +02:00
<target type="filelist">afilllist</target>
</condition>
2019-11-23 08:17:35 +01:00
</constraints>
2020-02-16 21:27:42 +01:00
</rougail>
2019-11-23 08:17:35 +01:00
<!-- vim: ts=4 sw=4 expandtab
-->