summaryrefslogtreecommitdiffstats
path: root/man/bcfg2.conf.5
blob: 41f49663f055a7d9c75813bb6873e0861975c74a (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
metadata=/path/to/metadata
.TP
.B [communication]
.TP
password=communication password
.TP
key=/path/to/ssl/key
.TP
protocol=(sss|xmlrpc/ssl)
.TP
.B [components]
list of component urls
.PP
componentname=url

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