conf: added nisyros
This commit is contained in:
@@ -6,8 +6,8 @@ export REALM="tetalab.local"
|
|||||||
export NTP_SERVERS="ntp1.$REALM"
|
export NTP_SERVERS="ntp1.$REALM"
|
||||||
|
|
||||||
# Upgrade_dist variables
|
# Upgrade_dist variables
|
||||||
#export PROXYAPT="acng.$REALM"
|
export PROXYAPT="acng.$REALM"
|
||||||
#export PROXYAPTPORT="3142"
|
export PROXYAPTPORT="3142"
|
||||||
|
|
||||||
# Authnz variables
|
# Authnz variables
|
||||||
export DEFAULT_SHELL="/bin/bash"
|
export DEFAULT_SHELL="/bin/bash"
|
||||||
|
|||||||
44
conf/tetalab.local/nisyros.conf.sh
Normal file
44
conf/tetalab.local/nisyros.conf.sh
Normal file
@@ -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"
|
||||||
Reference in New Issue
Block a user