diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-03-04 02:42:35 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-03-04 02:42:35 +0000 |
commit | 00ba4fbdd1537cd533d1c05222f4e8b0191a77f0 (patch) | |
tree | 3f3828563912c25217431e519b166edbfd5b8f3e | |
parent | d83ace2cc9d152b81bd58ecf9560c67c724ddf91 (diff) | |
download | bcfg2-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
-rw-r--r-- | examples/bcfg2.conf | 22 |
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 |