forked from stove/dataset
add imap provider
This commit is contained in:
parent
9dd32d022d
commit
45a8919741
2 changed files with 8 additions and 0 deletions
|
@ -6,3 +6,4 @@ depends:
|
|||
- ldap-client-fedora
|
||||
- oauth2-client
|
||||
- nginx-https
|
||||
provider: IMAP
|
||||
|
|
|
@ -10,4 +10,11 @@
|
|||
<variable name="imap_address" type="domainname" description="Nom de domaine du serveur IMAP" mandatory="True"/>
|
||||
</family>
|
||||
</variables>
|
||||
<constraints>
|
||||
<fill name="get_provider_name">
|
||||
<param type="variable">zone_name_eth0</param>
|
||||
<param>IMAP</param>
|
||||
<target>imap_address</target>
|
||||
</fill>
|
||||
</constraints>
|
||||
</rougail>
|
||||
|
|
Loading…
Reference in a new issue