summaryrefslogtreecommitdiffstats
path: root/examples/bcfg2.confHostbase
blob: b130cf4f77ca9272f98d33c66866c15a8d233892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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