diff options
author | Ken Raffenetti <raffenet@mcs.anl.gov> | 2006-12-04 16:51:36 +0000 |
---|---|---|
committer | Ken Raffenetti <raffenet@mcs.anl.gov> | 2006-12-04 16:51:36 +0000 |
commit | bc1fa1a4d99707f689b59ed916f8b39b955e6d26 (patch) | |
tree | 01ef91fd946f18b6567723b161e35dd3a6a6c207 /examples/bcfg2.confHostbase | |
parent | b6aff235eee04741292612d18f9348b3a7a0a9f6 (diff) | |
download | bcfg2-bc1fa1a4d99707f689b59ed916f8b39b955e6d26.tar.gz bcfg2-bc1fa1a4d99707f689b59ed916f8b39b955e6d26.tar.bz2 bcfg2-bc1fa1a4d99707f689b59ed916f8b39b955e6d26.zip |
example bcfg2.conf w/ Hostbase options
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2569 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'examples/bcfg2.confHostbase')
-rw-r--r-- | examples/bcfg2.confHostbase | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/examples/bcfg2.confHostbase b/examples/bcfg2.confHostbase new file mode 100644 index 000000000..b130cf4f7 --- /dev/null +++ b/examples/bcfg2.confHostbase @@ -0,0 +1,34 @@ +[server] +repository = /var/lib/bcfg2 +structures = Bundler,Base +generators = SSHbase,Cfg,Pkgmgr,Svcmgr + +[statistics] +sendmailpath = /usr/sbin/sendmail + +[communication] +protocol = xmlrpc/ssl +password = foobat +key = /etc/bcfg2.key + +[components] +bcfg2 = https://localhost:6789 + +[hostbase] +# postgresql, mysql, sqlite3 or ado_mssql +database_engine = mysql +# Or path to database file if using sqlite3. +database_name = +# Not used with sqlite3. +database_user = +# Not used with sqlite3. +database_password = +# Set to empty string for localhost. Not used with sqlite3. +database_host = +# Set to empty string for default. Not used with sqlite3. +database_port = 3306 +# enter an NIS group name you'd like to give access to edit hostbase records +##authorized_group = support +# default mx record for new hosts added to the database +default_mx = mailserver.yourdomain.net +priority = 30 |