summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/00-variables.inc
diff options
context:
space:
mode:
authorChristian Rößler2014-07-08 13:34:58 +0200
committerChristian Rößler2014-07-08 13:34:58 +0200
commitb6fc3a9ee219d52faf4d98e3944843b9922ff26a (patch)
tree05546e6b3c0c3ea5b9232be37778fe04ff85b58a /satellit_installer/includes/00-variables.inc
parent[SSPS] new bersion bwLehrpool-Server (diff)
downloadsetup-scripts-b6fc3a9ee219d52faf4d98e3944843b9922ff26a.tar.gz
setup-scripts-b6fc3a9ee219d52faf4d98e3944843b9922ff26a.tar.xz
setup-scripts-b6fc3a9ee219d52faf4d98e3944843b9922ff26a.zip
[SSPS] Variables relocated to include
Diffstat (limited to 'satellit_installer/includes/00-variables.inc')
-rw-r--r--satellit_installer/includes/00-variables.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/satellit_installer/includes/00-variables.inc b/satellit_installer/includes/00-variables.inc
new file mode 100644
index 0000000..b396c2d
--- /dev/null
+++ b/satellit_installer/includes/00-variables.inc
@@ -0,0 +1,22 @@
+# List of needed variables
+
+### Script variables, directories etc.:
+
+export LOGDIR="$BASEDIR/config"
+export INSTALLDIR="/opt/dmsd/"
+export TASKMANDIR="/opt/taskmanager/"
+export OPENSLXDIR="/opt/openslx/"
+export OPENSLXSRVDIR="/srv/openslx/"
+export LDADPDIR="/opt/ldadp/"
+export DEBIAN_FRONTEND=noninteractive # Part of keeping apt quiet
+export LANG=en_US.UTF-8
+
+
+### Needed Packages:
+# Set list of needed packages (scripting needs) - remember, Debian-specific so far.
+PACKAGELIST_SCRIPT="cracklib-runtime"
+
+# Set list of needed packages (server needs) - remember, Debian-specific so far.
+PACKAGELIST_SERVER="mysql-server lighttpd pure-ftpd-mysql atftpd php5-cgi php5-curl cifs-utils"
+PACKAGELIST_SERVER+=" sudo php5-common php5-mysqlnd openjdk-7-jre-headless nfs-kernel-server"
+PACKAGELIST_SERVER+=" nfs-common libowfat0 ldap-utils vim"