summaryrefslogtreecommitdiffstats
path: root/man/bcfg2.conf.5
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-10-25 06:33:48 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-10-25 06:33:48 +0000
commit48aba758493c5b6286004edc7d130eaffe5dab0e (patch)
tree6d7cfbf26a26fefdd05244a556d3a3cc5a3f09d7 /man/bcfg2.conf.5
parent48687a53521395cafd37f432ab925762cd1a1de1 (diff)
downloadbcfg2-48aba758493c5b6286004edc7d130eaffe5dab0e.tar.gz
bcfg2-48aba758493c5b6286004edc7d130eaffe5dab0e.tar.bz2
bcfg2-48aba758493c5b6286004edc7d130eaffe5dab0e.zip
(Logical change 1.345)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1432 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man/bcfg2.conf.5')
-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