summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-10-24 21:33:47 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-10-24 21:33:47 +0000
commit87a49b7bfed5b77769167ae8ccde041cebbdd6e2 (patch)
treeb386bdf92d80bc14c2c4a63a8883fb3e3ca065dd /examples
parent163f36aa92953f2615d4df9d63982774bbda18c2 (diff)
downloadbcfg2-87a49b7bfed5b77769167ae8ccde041cebbdd6e2.tar.gz
bcfg2-87a49b7bfed5b77769167ae8ccde041cebbdd6e2.tar.bz2
bcfg2-87a49b7bfed5b77769167ae8ccde041cebbdd6e2.zip
add new xmlrpc options
(Logical change 1.344) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1426 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'examples')
-rw-r--r--examples/bcfg2.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/examples/bcfg2.conf b/examples/bcfg2.conf
index 698f91044..f08fc2abe 100644
--- a/examples/bcfg2.conf
+++ b/examples/bcfg2.conf
@@ -3,7 +3,15 @@ repository = /disks/bcfg2
structures = Bundler,Base
generators = SSHbase,Cfg,Pkgmgr,Svcmgr
metadata = /disks/bcfg2/etc
+
[statistics]
-domainlist = 'mcs.anl.gov','bgl.mcs.anl.gov','anchor.anl.gov','globus.org'
sendmailpath = /usr/sbin/sendmail
+[communication]
+protocol = xmlrpc/ssl
+password = foobat
+url = https://localhost:9443
+key = /etc/cobalt.key
+
+[components]
+bcfg2 = https://localhost:6789