Skip to content

Instantly share code, notes, and snippets.

@mattikus
Created February 4, 2014 21:01
Show Gist options
  • Save mattikus/8812300 to your computer and use it in GitHub Desktop.
Save mattikus/8812300 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 = BCFG2
database_user = *******
database_password = ********
database_host = db-bcfg2
database_port = 50001
web_debug = False
[communication]
protocol = xmlrpc/ssl
password = *********
certificate = /etc/bcfg2.crt
key = /etc/bcfg2.key
ca = /etc/bcfg2.crt
[components]
bcfg2 = https://foo:6789
[lint]
plugins = Bundles,Duplicates,InfoXML,RequiredAttrs,Validate
[communication]
protocol = xmlrpc/ssl
password = *******
ca = /etc/bcfg2.crt
[components]
bcfg2 = https://foo:6789
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment