summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/bcfg2.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/bcfg2.conf b/examples/bcfg2.conf
index da19e30d8..d03e2f163 100644
--- a/examples/bcfg2.conf
+++ b/examples/bcfg2.conf
@@ -2,6 +2,8 @@
repository = /var/lib/bcfg2
structures = Bundler,Base
generators = SSHbase,Cfg,Pkgmgr,Svcmgr
+# Uncomment to use the DBStats plugin (0.9.6pre2 and later)
+#plugins = DBStats
[statistics]
sendmailpath = /usr/sbin/sendmail
@@ -24,6 +26,8 @@ web_debug = True
protocol = xmlrpc/ssl
password = foobat
key = /etc/bcfg2.key
+# fingerprint of server (from bcfg2-admin fingerprint)
+#fingerprint = [server fingerprint]
[components]
bcfg2 = https://localhost:6789