Correction des problèmes iptables sur eolebase
This commit is contained in:
@ -57,6 +57,7 @@
|
||||
<variable name='git_domain' type='string' description='Domaine git ... fixme ...' mode='expert'>
|
||||
<value>localhost</value>
|
||||
</variable>
|
||||
<variable name='gogs_nginx' type='oui/non' hidden='True'/>
|
||||
</family>
|
||||
</variables>
|
||||
<constraints>
|
||||
@ -68,16 +69,24 @@
|
||||
<param>non</param>
|
||||
<target type='filelist'>gogs</target>
|
||||
<target type='filelist'>gogs-nginx</target>
|
||||
<target type='servicelist'>gogs</target>
|
||||
<target type='family'>forge</target>
|
||||
<target type='servicelist'>gogs</target>
|
||||
<target type='family'>forge</target>
|
||||
<target type='service_accesslist'>gogs_ssh</target>
|
||||
</condition>
|
||||
<condition name='disabled_if_in' source='activer_revprox' fallback='True'>
|
||||
<fill name='calc_multi_condition' target='gogs_nginx'>
|
||||
<param>oui</param>
|
||||
<param name="operator">OR</param>
|
||||
<param type="eole" name="condition_1" optional="True">activer_revprox</param>
|
||||
<param name="condition_2">non</param>
|
||||
<param name='match'>oui</param>
|
||||
<param name='mismatch'>non</param>
|
||||
</fill>
|
||||
<condition name='disabled_if_in' source='gogs_nginx'>
|
||||
<param>non</param>
|
||||
<target type='filelist'>gogs-nginx</target>
|
||||
<target type='service_accesslist'>gogs_with_nginx</target>
|
||||
</condition>
|
||||
<condition name='disabled_if_in' source='activer_revprox' fallback='True'>
|
||||
<condition name='disabled_if_in' source='gogs_nginx'>
|
||||
<param>oui</param>
|
||||
<target type='service_accesslist'>gogs_without_nginx</target>
|
||||
</condition>
|
||||
|
Reference in New Issue
Block a user