Correction des erreurs sur eolebase

This commit is contained in:
Philippe Caseiro 2016-03-02 11:57:21 +01:00
parent 4848f8d047
commit fe1e87c363
1 changed files with 2 additions and 2 deletions

View File

@ -72,12 +72,12 @@
<target type='family'>forge</target>
<target type='service_accesslist'>gogs_ssh</target>
</condition>
<condition name='disabled_if_in' source='activer_revprox'>
<condition name='disabled_if_in' source='activer_revprox' fallback='True'>
<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'>
<condition name='disabled_if_in' source='activer_revprox' fallback='True'>
<param>oui</param>
<target type='service_accesslist'>gogs_without_nginx</target>
</condition>