diff --git a/conf/includes/tetalab.conf.sh b/conf/includes/tetalab.conf.sh index 0d77352..9b083b7 100644 --- a/conf/includes/tetalab.conf.sh +++ b/conf/includes/tetalab.conf.sh @@ -6,8 +6,8 @@ export REALM="tetalab.local" export NTP_SERVERS="ntp1.$REALM" # Upgrade_dist variables -#export PROXYAPT="acng.$REALM" -#export PROXYAPTPORT="3142" +export PROXYAPT="acng.$REALM" +export PROXYAPTPORT="3142" # Authnz variables export DEFAULT_SHELL="/bin/bash" diff --git a/conf/tetalab.local/nisyros.conf.sh b/conf/tetalab.local/nisyros.conf.sh new file mode 100644 index 0000000..5241419 --- /dev/null +++ b/conf/tetalab.local/nisyros.conf.sh @@ -0,0 +1,44 @@ +# Fichier de configuration principal + +# ------------------------------------------------------------------------------ +# -------------------- Importation de paramêtres globaux ----------------------- +# ------------------------------------------------------------------------------ + +# Importe les parametres tetalab.local +. $MYPATH/conf/includes/tetalab.conf.sh + +# Importe la selection de paquets par defaut +. $MYPATH/conf/includes/pkgsel.base.conf.sh + +# Les paramètres précédemment importés sont surchargeable après cette ligne + +# ------------------------------------------------------------------------------ +# ------------------------------ General Section ------------------------------- +# ------------------------------------------------------------------------------ + +# User of the machine (must exists) +MAINUSER=root + +# Authentication: use LDAP+Kerberos ? +WITH_LDAP_KERB=no + +# Users to create, add or remove +REMOVE_USERS=fatal + +# Mode d'installation : +# * dev : installe les paquets un par un avec apt (lent) +# * full : envoie d'un seul coup la liste de tous les paquets à apt (rapide) +INTALL_MODE=full + +# Paquets additionnels +PKGSEL="$PKGSEL nfs-kernel-server" +PKGS_RMLIST="" +PKGS_BLACKLIST="" + +# ------------------------------------------------------------------------------ +# -------------------------- Section modules d'init ---------------------------- +# ------------------------------------------------------------------------------ + +# Liste des modules à executer (surchargeable en ligne de commande) +MODULE_LIST="conf_ntp upgrade_dist authnz conf_locale \ + install_pkg install_profile patch_snmp"