rougail/tests/dictionaries/01base_file_owner_variable/00-base.xml

23 lines
753 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.10">
<services>
<service name="test">
<file owner_type='variable' owner="owner" group_type='variable' group="group">/etc/file</file>
<file owner_type='variable' owner="owner" group_type='variable' group="group" engine="jinja2">/etc/file2</file>
</service>
</services>
<variables>
<family name="general">
<variable name="mode_conteneur_actif" type="string" description="Description">
<value>non</value>
</variable>
<variable name="owner" type="unix_user">
<value>nobody</value>
</variable>
<variable name="group" type="unix_user">
<value>nobody</value>
</variable>
</family>
</variables>
</rougail>