summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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