summaryrefslogtreecommitdiffstats
path: root/man/bcfg2.conf.5
blob: feebcb05ab93d41ea5cee8bdd91d2240316d00e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH "bcfg2.conf" 5
.SH "NAME"
bcfg2.conf - configuration parameters for bcfg2
.SH "DESCRIPTION"
.TP
bcfg2.conf includes configuration parameters for the bcfg2 server and client. 
.SH "SECTIONS"
.TP
.B [server]
.TP
repository=/path/to/repository
.TP
structures=list of enabled structures
.TP
bundles=list of enabled bundles
.TP
svn=(yes|no) (Repository is svn managed)
.TP
.B [communication]
.TP
password=communication password
.TP
key=/path/to/ssl/key
.TP
protocol=xmlrpc/ssl
.TP
.B [components]
list of component urls
.PP
componentname=url

.SH "SEE ALSO"
.BR bcfg2(1),
.BR bcfg2-server(8)