summaryrefslogtreecommitdiffstats
path: root/doc/appendix
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2012-08-07 13:47:54 -0500
committerTim Laszlo <tim.laszlo@gmail.com>2012-08-07 13:47:54 -0500
commit4c0f2815882d60b3990147ca0d68c4c0b4a5b766 (patch)
tree4f42c2f6ce1207c3eac1c469c31a86a33c49c484 /doc/appendix
parent5b3ffd488a8b5f727a531a3b7c3ca419bb53d04e (diff)
downloadbcfg2-4c0f2815882d60b3990147ca0d68c4c0b4a5b766.tar.gz
bcfg2-4c0f2815882d60b3990147ca0d68c4c0b4a5b766.tar.bz2
bcfg2-4c0f2815882d60b3990147ca0d68c4c0b4a5b766.zip
Update web config documents
Diffstat (limited to 'doc/appendix')
-rw-r--r--doc/appendix/guides/fedora.txt14
-rw-r--r--doc/appendix/guides/ubuntu.txt14
-rw-r--r--doc/appendix/guides/web-reports-install.txt16
3 files changed, 24 insertions, 20 deletions
diff --git a/doc/appendix/guides/fedora.txt b/doc/appendix/guides/fedora.txt
index f8dea2192..1e49084ef 100644
--- a/doc/appendix/guides/fedora.txt
+++ b/doc/appendix/guides/fedora.txt
@@ -143,18 +143,20 @@ The ``bcfg2.conf`` file contains only standard plugins so far.
[statistics]
sendmailpath = /usr/lib/sendmail
- database_engine = sqlite3
+
+ [database]
+ engine = sqlite3
# 'postgresql', 'mysql', 'mysql_old', 'sqlite3' or 'ado_mssql'.
- database_name =
+ name =
# Or path to database file if using sqlite3.
#<repository>/etc/brpt.sqlite is default path if left empty
- database_user =
+ user =
# Not used with sqlite3.
- database_password =
+ password =
# Not used with sqlite3.
- database_host =
+ host =
# Not used with sqlite3.
- database_port =
+ port =
[communication]
protocol = xmlrpc/ssl
diff --git a/doc/appendix/guides/ubuntu.txt b/doc/appendix/guides/ubuntu.txt
index f72247220..5a67d0a37 100644
--- a/doc/appendix/guides/ubuntu.txt
+++ b/doc/appendix/guides/ubuntu.txt
@@ -121,18 +121,20 @@ Replace Pkgmgr with Packages in the plugins line of ``bcfg2.conf``::
[statistics]
sendmailpath = /usr/lib/sendmail
- database_engine = sqlite3
+
+ [database]
+ engine = sqlite3
# 'postgresql', 'mysql', 'mysql_old', 'sqlite3' or 'ado_mssql'.
- database_name =
+ name =
# Or path to database file if using sqlite3.
#<repository>/etc/brpt.sqlite is default path if left empty
- database_user =
+ user =
# Not used with sqlite3.
- database_password =
+ password =
# Not used with sqlite3.
- database_host =
+ host =
# Not used with sqlite3.
- database_port =
+ port =
[communication]
protocol = xmlrpc/ssl
diff --git a/doc/appendix/guides/web-reports-install.txt b/doc/appendix/guides/web-reports-install.txt
index c03682974..489a7673d 100644
--- a/doc/appendix/guides/web-reports-install.txt
+++ b/doc/appendix/guides/web-reports-install.txt
@@ -52,18 +52,18 @@ then have something like this::
[statistics]
sendmailpath = /usr/lib/sendmail
- database_engine = sqlite3
+
+ [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 =
+ name =
+ user =
# Not used with sqlite3.
- database_password =
+ password =
# Not used with sqlite3.
- database_host =
+ host =
# Not used with sqlite3.
- database_port =
+ port =
Restart apache and point a browser to your Bcfg2 server.