Skip to content

Instantly share code, notes, and snippets.

@mattikus
Created August 2, 2012 20:47
Show Gist options
  • Save mattikus/3240493 to your computer and use it in GitHub Desktop.
Save mattikus/3240493 to your computer and use it in GitHub Desktop.
[server]
repository = /var/lib/bcfg2
plugins = Bundler,Cfg,Metadata,Rules,SSHbase,Packages,Probes,TGenshi,DBStats,Svn
[statistics]
sendmailpath = /usr/lib/sendmail
database_engine = ibm_db_django
database_name =
database_user =
database_password =
database_host =
database_port =
web_debug = False
[communication]
protocol = xmlrpc/ssl
password = FOO
certificate = /etc/bcfg2.crt
key = /etc/bcfg2.key
ca = /etc/bcfg2.crt
[components]
bcfg2 = https://FOO:6789
[lint]
plugins = Bundles,Duplicates,InfoXML,RequiredAttrs,Validate
[server]
repository = /var/lib/bcfg2
plugins = Bundler,Cfg,Metadata,Rules,SSHbase,Packages,Probes,TGenshi
[communication]
protocol = xmlrpc/ssl
password = iGTtGCFm
certificate = /etc/bcfg2.crt
key = /etc/bcfg2.key
ca = /etc/bcfg2.crt
[components]
bcfg2 = https://FOO:6789
[lint]
plugins = Bundles,Duplicates,InfoXML,RequiredAttrs,Validate
[root@FOO site-packages]# bcfg2-server -C /etc/bcfg2-server.conf
Failed to load configuration settings. Failed to determine database engine: No section: 'statistics'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment