diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-06-22 14:46:11 +0000 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2010-06-22 09:46:20 -0500 |
commit | 149301969d2256c36603aa6074383a4c5211610b (patch) | |
tree | 971c882b4f342cec8617216f130ad50c287a0c1b /examples/bcfg2.conf | |
parent | 0512fe54d1070ae1443030d08c3ba16be2176c5f (diff) | |
download | bcfg2-149301969d2256c36603aa6074383a4c5211610b.tar.gz bcfg2-149301969d2256c36603aa6074383a4c5211610b.tar.bz2 bcfg2-149301969d2256c36603aa6074383a4c5211610b.zip |
Revert "Updated sample configuration file"
Server sections are not needed everywhere (bcfg2-admin init will set
those up). Also, adding the certificate sections by default causes
issues during the client bootstrap process. These are most likely going
to be handed down by the server in any case.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5956 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'examples/bcfg2.conf')
-rw-r--r-- | examples/bcfg2.conf | 30 |
1 files changed, 4 insertions, 26 deletions
diff --git a/examples/bcfg2.conf b/examples/bcfg2.conf index 5963406f7..cac424576 100644 --- a/examples/bcfg2.conf +++ b/examples/bcfg2.conf @@ -1,30 +1,8 @@ -[server] -repository = /var/lib/bcfg2 -plugins = Base,Bundler,Cfg,Metadata,Pkgmgr,Rules,SSHbase - -[statistics] -sendmailpath = /usr/lib/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 - [communication] protocol = xmlrpc/ssl -password = test1234 -certificate = /etc/bcfg2.crt -key = /etc/bcfg2.key -ca = /etc/bcfg2.crt +password = foobat +# certificate = /etc/bcfg2.key +# key = /etc/bcfg2.key [components] -bcfg2 = https://localhost.localdomain:6789 +bcfg2 = https://localhost:6789 |