summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/bcfg2.conf.534
1 files changed, 34 insertions, 0 deletions
diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5
index e69de29bb..41f49663f 100644
--- a/man/bcfg2.conf.5
+++ b/man/bcfg2.conf.5
@@ -0,0 +1,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) \ No newline at end of file