| Revision 559,
1004 bytes
checked in by blee, 5 months ago
(diff) |
|
Merge fix for #115 into confman-1.9.
Closes #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: |
|---|
| 6 | REPO_PROTOCOL="svn+ssh://" |
|---|
| 7 | |
|---|
| 8 | # The hostname providing our config repository: |
|---|
| 9 | REPO_HOSTNAME="svn.example.com" |
|---|
| 10 | |
|---|
| 11 | # The path on the remote host to find the repository: |
|---|
| 12 | REPO_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 |
|---|
| 19 | SINGULARITIES="/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. |
|---|
| 25 | CONF_EXPORT_FILE="@localstatedir@/db/confman/export.tgz" |
|---|
| 26 | CONF_EXPORT_URI="scp://confman@${REPO_HOSTNAME}${CONF_EXPORT_FILE}" |
|---|
| 27 | CONF_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.