Changeset 301 for trunk/defaults.conf


Ignore:
Timestamp:
01/24/2009 16:27:06 (3 years ago)
Author:
ccowart
Message:

Fixed confexport.

  • Owner is now configurable via conf file
  • Uses a temporary directory to generate an export instead of the user's WC
  • Documentation of new configuration variables

Fixes #17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/defaults.conf

    r283 r301  
    4747DEFAULT_COMMENT="#" 
    4848 
     49# What group should be able to read confman files? 
     50CONF_GROUP="wheel" 
     51 
    4952# This is the URI for clients to locate the exported working copy. This 
    5053# is used by system processes (crons). There are URI handlers for 
     
    5356CONF_EXPORT_FILE="/var/db/confman/export.tgz" 
    5457CONF_EXPORT_URI="scp://confman@${REPO_HOSTNAME}${CONF_EXPORT_FILE}" 
     58CONF_EXPORT_MODE="0640" 
     59CONF_EXPORT_USER="$(whoami)" 
     60CONF_EXPORT_GROUP="${CONF_GROUP}" 
    5561CONF_SSH_KEY="/root/id_rsa" 
    56  
    57 # What group should be able to read confman files? 
    58 CONF_GROUP="wheel" 
    5962 
    6063# Enable or disable debugging 
     
    6871# want to use a prefix. Useful for testing confman, by having files installed 
    6972# into an arbitrary system root, instead of the actual system. 
    70 #LIVE_ROOT="/home/ccowart/img" 
     73#LIVE_ROOT="/tmp/example" 
    7174LIVE_ROOT="" 
    7275 
Note: See TracChangeset for help on using the changeset viewer.