Correction des templates pour le profile variables

This commit is contained in:
Daniel Berteaud 2012-06-11 20:29:00 +02:00
parent d9ef695339
commit 6a93b867cf
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
%define version 0.1.1
%define release 1.beta1
%define release 1.beta2
%define name ipasserelle-gp

View File

@ -1,13 +1,14 @@
<profile id="variables">
<variable name="IPASSERELLE_DOMAIN" value="{$DomainName}" />
<variable name="IPASSERELLE_NT_DOMAIN" value="{$smb{'Workgroup'}}" />
<variable name="IPASSERELLE_NT_DOMAIN" value="{uc($smb{'Workgroup'})}" />
<variable name="IPASSERELLE_NAME" value="{$smb{'ServerName'}}" />
<variable name="IPASSERELLE_IP" value="{$InternalInterface{'IPAddress'}}" />
<variable name="BACKUP_SERVER_IP" value="{$wpkg{'BackupServer'} || $InternalInterface{'IPAddress'}}" />
<variable name='BACKUP_USER' value='$wpkg{'BackupUser'} || 'backup' />
<variable name='BACKUP_USER' value="{$wpkg{'BackupUser'} || 'backup'}" />
<variable name="IPASSERELLE_HOME_URL" value="http://auth.%IPASSERELLE_DOMAIN%" />
<variable name="TOOLS" value="\\%IPASSERELLE_IP%\tools" />
<variable name="WPKGLOGS" value="\\%IPASSERELLE_IP%\wpkglogs" />
<variable name="SOFTWARE" value="\\%IPASSERELLE_IP%\wpkg\softwares" />
<variable name="SETTINGS" value="\\%IPASSERELLE_IP%\wpkg\settings" />
</profile>