Changeset 306 for trunk/confman.conf.in
- Timestamp:
- 01/26/2009 21:53:49 (3 years ago)
- File:
-
- 1 edited
-
trunk/confman.conf.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman.conf.in
r302 r306 16 16 17 17 # The system lockfile 18 LOCKFILE=" /var/run/confman.lock"18 LOCKFILE="@localstatedir@/run/confman.lock" 19 19 20 20 # The script for locking … … 30 30 WORK_PATH="${HOME}/src/conf" 31 31 32 # The path to our current host's recipe file33 RECIPE_FILE="/var/db/confman/recipe"34 35 32 # The list of singularities on this host 36 33 SINGULARITIES="" 37 34 38 35 # A place where confman can keep state 39 REPO_DB="/var/db/confman" 36 REPO_DB="@localstatedir@/db/confman" 37 38 # The path to our current host's recipe file 39 RECIPE_FILE="${REPO_DB}/recipe" 40 40 41 41 # The warning message for all files … … 57 57 # file://, http://, https://, ftp://, sftp://, and scp://. Port numbers 58 58 # are not handled correctly in sftp and scp URIs. 59 CONF_EXPORT_FILE=" /var/db/confman/export.tgz"59 CONF_EXPORT_FILE="${REPO_DB}/export.tgz" 60 60 CONF_EXPORT_URI="scp://confman@${REPO_HOSTNAME}${CONF_EXPORT_FILE}" 61 61 CONF_EXPORT_MODE="0640" 62 62 CONF_EXPORT_USER="$(whoami)" 63 63 CONF_EXPORT_GROUP="${CONF_GROUP}" 64 CONF_SSH_KEY="/root/ id_rsa"64 CONF_SSH_KEY="/root/.ssh/id_rsa" 65 65 66 66 # Enable or disable debugging
Note: See TracChangeset
for help on using the changeset viewer.
