source: trunk/confman.conf.sample.in @ 509

Revision 509, 1004 bytes checked in by ccowart, 2 years ago (diff)

Allowing username overriding for repository access.

Fixes #115

  • Property rc:mode set to 0444
  • Property svn:keywords set to Id
Line 
1# This is our configuration management configuration.
2
3# $Id$
4
5# The protocol to use for contacting our repository:
6REPO_PROTOCOL="svn+ssh://"
7
8# The hostname providing our config repository:
9REPO_HOSTNAME="svn.example.com"
10
11# The path on the remote host to find the repository:
12REPO_PATH="@prefix@/repo/conf/conf"
13
14# This file will be concatenated with the confman status output and opened
15# in a user's editor before commits.
16#LOG_TEMPLATE="/dev/null"
17
18# The list of singularities on this host
19SINGULARITIES="/etc/rc.conf"
20
21# This is the URI for clients to locate the exported working copy. This
22# is used by system processes (crons). There are URI handlers for
23# file://, http://, https://, ftp://, sftp://, and scp://. Port numbers
24# are not handled correctly in sftp and scp URIs.
25CONF_EXPORT_FILE="@localstatedir@/db/confman/export.tgz"
26CONF_EXPORT_URI="scp://confman@${REPO_HOSTNAME}${CONF_EXPORT_FILE}"
27CONF_FETCH_SSH_KEY="/root/.ssh/id_rsa"
28#CONF_FETCH_SSH_FLAGS="-o StrictHostKeyCHecking=no"
29
Note: See TracBrowser for help on using the repository browser.