Fix WPKG ini

tags/0.0.1
Daniel Berteaud 13 years ago
parent 4954abafae
commit 34f53b2c96
  1. 8
      root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/config.xml/30lang
  2. 6
      root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/wpkg-gp/Wpkg-GP.ini/10All
  3. 0
      root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/wpkg-gp/Wpkg-GP.ini/template-begin
  4. 9
      root/home/e-smith/files/shares/wpkg/files/profiles.xml

@ -1,12 +1,8 @@
<languages>
<language lcid="40c,80c,2c0c,c0c,240c,300c,3c0c,140c,340c,180c,380c,e40c,200c,280c,100c,1c0c">
<string id="notifyUserStart">Déploiement de mises à jour en cours, veuillez sauvegarder tous vos documents ouverts, car un redémarrage peut être nécessaire.</string>
<string id="notifyUserStop">Le déploiement des mises à jour est terminé.<string>
<string id="notifyUserStop">Le déploiement des mises à jour est terminé.</string>
<string id="notifyUserFail">Le déploiement des mises à jour a échoué.</string>
<string id="notifyUserReboot">Un rédémarrage est nécessaire pour compléter l'installation ou la mise à jour.</string>
<string id="notifyUserReboot">Un redémarrage est nécessaire pour compléter l'installation ou la mise à jour.</string>
</language>
</languages>

@ -4,7 +4,7 @@ my $ip = $InternalInterface{'IPAddress'};
my $wg = $smb{'Workgroup'};
my $secret = $wpkg{'UserPassword'} || 'secret';
$OUT .=<<"EOF";
my $out .=<<"EOF";
[WpkgConfig]
EnableViaLGP = 1
@ -28,7 +28,9 @@ IPASSERELLE_IP = $ip
EOF
$OUT =~ s/\n/\r\n/g;
$out =~ s/\n/\r\n/g;
$OUT = $out;
}

@ -31,6 +31,15 @@
<!-- profile par défaut appliqué à tous les postes -->
<profile id="default">
<variable name="IPASSERELLE_DOMAIN" value="domain.tld" />
<variable name="IPASSERELLE_NT_DOMAIN" value="DOMAIN.LOCAL" />
<variable name="IPASSERELLE_NAME" value="sas" />
<variable name="IPASSERELLE_IP" value="192.168.7.1" />
<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" />
<package package-id="wpkg-gp" />
<package package-id="logs" />
<package package-id="cacert" />

Loading…
Cancel
Save