summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-03-04 02:42:35 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-03-04 02:42:35 +0000
commit00ba4fbdd1537cd533d1c05222f4e8b0191a77f0 (patch)
tree3f3828563912c25217431e519b166edbfd5b8f3e /examples
parentd83ace2cc9d152b81bd58ecf9560c67c724ddf91 (diff)
downloadbcfg2-00ba4fbdd1537cd533d1c05222f4e8b0191a77f0.tar.gz
bcfg2-00ba4fbdd1537cd533d1c05222f4e8b0191a77f0.tar.bz2
bcfg2-00ba4fbdd1537cd533d1c05222f4e8b0191a77f0.zip
Update bcfg2.conf to new format and remove server content
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5103 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'examples')
-rw-r--r--examples/bcfg2.conf22
1 files changed, 1 insertions, 21 deletions
diff --git a/examples/bcfg2.conf b/examples/bcfg2.conf
index d03e2f163..e1492aa5a 100644
--- a/examples/bcfg2.conf
+++ b/examples/bcfg2.conf
@@ -1,26 +1,6 @@
[server]
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
-database_engine = sqlite3
-# 'postgresql', 'mysql', 'mysql_old', 'sqlite3' or 'ado_mssql'.
-database_name =
-# Or path to database file if using sqlite3.
-#<repository>/etc/brpt.sqlite is default path if left empty
-database_user =
-# Not used with sqlite3.
-database_password =
-# Not used with sqlite3.
-database_host =
-# Not used with sqlite3.
-database_port =
-# Set to empty string for default. Not used with sqlite3.
-web_debug = True
+plugins = Base,Bundler,Cfg,Metadata,Pkgmgr,Rules,SSHbase
[communication]
protocol = xmlrpc/ssl