Ignore:
Timestamp:
12/04/2006 01:32:20 (5 years ago)
Author:
ccowart
Message:

Modularized some parts of confman for reuse. Used these elements in the
new roll-and-pull features available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman/confman.conf

    r100 r120  
    1414 
    1515# The hostname providing our config repository: 
    16 REPO_HOSTNAME="kermit.rescomp.berkeley.edu" 
     16REPO_HOSTNAME="svn.rescomp.berkeley.edu" 
    1717 
    1818# The path on the remote host to find the repository: 
     
    4242DEFAULT_COMMENT="#" 
    4343 
     44# This is the URI for clients to locate the exported working copy. This 
     45# is used by system processes (crons). There are URI handlers for 
     46# file://, http://, https://, ftp://, sftp://, and scp://. Port numbers 
     47# are not handled correctly in sftp and scp URIs. 
     48CONF_EXPORT_FILE="/var/db/confman/export.tgz" 
     49CONF_EXPORT_URI="scp://${REPO_HOSTNAME}${CONF_EXPORT_FILE}" 
     50 
     51# What group should be able to read confman files? 
     52CONF_GROUP="staff" 
     53 
    4454# Enable or disable debugging 
    4555DEBUG="false" 
Note: See TracChangeset for help on using the changeset viewer.