## This file contains the configuration for the scitas-motd tools ## The only mandatory option is the remote Git repository containing the MOTDs ## (NOT USED) working mode (options: web) # SMOTD_MODE=web ## the remote url repository to use SMOTD_URL=https://scitasadm.epfl.ch/scitas-motd/ ## Where the downloaded fragments are stored, this is disposable as ## the fragments are always re-downloaded. # SMOTD_WORKDIR=/var/run/scitas-motd ## the file to be created by merging the different levels of MOTD # SMOTD=/etc/motd.scitas ## curl-compatible binary for downloads # SMOTD_CURL=curl ## curl options: # --location # follow redirects # --fail # try to handle 404 responses at least # --silent # do not output anything # --max-time 30 # take at most 30 seconds for the command # SMOTD_CURL_OPT="--location --fail --silent --max-time 30" ## the suffix allows us to work through some quirks of c4science for example # SMOTD_CURL_SUFFIX="?view=raw" # the c4science suffix which gives a raw file # SMOTD_CURL_SUFFIX="" ## the cluster name # SMOTD_CLUSTER=deneb