diff options
-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 |