Changeset 301 for trunk/defaults.conf
- Timestamp:
- 01/24/2009 16:27:06 (3 years ago)
- File:
-
- 1 edited
-
trunk/defaults.conf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/defaults.conf
r283 r301 47 47 DEFAULT_COMMENT="#" 48 48 49 # What group should be able to read confman files? 50 CONF_GROUP="wheel" 51 49 52 # This is the URI for clients to locate the exported working copy. This 50 53 # is used by system processes (crons). There are URI handlers for … … 53 56 CONF_EXPORT_FILE="/var/db/confman/export.tgz" 54 57 CONF_EXPORT_URI="scp://confman@${REPO_HOSTNAME}${CONF_EXPORT_FILE}" 58 CONF_EXPORT_MODE="0640" 59 CONF_EXPORT_USER="$(whoami)" 60 CONF_EXPORT_GROUP="${CONF_GROUP}" 55 61 CONF_SSH_KEY="/root/id_rsa" 56 57 # What group should be able to read confman files?58 CONF_GROUP="wheel"59 62 60 63 # Enable or disable debugging … … 68 71 # want to use a prefix. Useful for testing confman, by having files installed 69 72 # into an arbitrary system root, instead of the actual system. 70 #LIVE_ROOT="/ home/ccowart/img"73 #LIVE_ROOT="/tmp/example" 71 74 LIVE_ROOT="" 72 75
Note: See TracChangeset
for help on using the changeset viewer.
