Correction des attributs des variables après permutation
This commit is contained in:
parent
9f103a5d67
commit
f81d19c7a7
|
@ -22,8 +22,8 @@
|
|||
<variable name='use_smb_share' type='oui/non' description='Configurer des répertoires partagés' mode='normal'>
|
||||
<value>non</value>
|
||||
</variable>
|
||||
<variable name='smb_share_path' type='string' description='Chemin du partage' mandatory='True' mode='normal'/>
|
||||
<variable name='smb_share_name' type='string' description='Nom du répertoire partagé' mandatory='True' mode='normal' multi='True'/>
|
||||
<variable name='smb_share_path' type='string' description='Chemin du partage' mandatory='True' mode='normal' multi='True'/>
|
||||
<variable name='smb_share_name' type='string' description='Nom du répertoire partagé' mandatory='True' mode='normal'/>
|
||||
<variable name='smb_share_allowed_network' type='network' description='Adresses autorisées à se connecter aux partages' mode='normal' multi='True' mandatory='True'/>
|
||||
<variable name='smb_share_allowed_netmask' type='netmask' description='Masque de sous-réseau des réseaux autorisés à se connecter aux partages' mode='normal' mandatory='True'/>
|
||||
</family>
|
||||
|
|
Loading…
Reference in New Issue