summaryrefslogtreecommitdiffstats
path: root/doc/appendix/guides/web-reports-install.txt
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-08 13:44:41 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-08 13:44:41 -0500
commitf5f3e385306c11f0609144ea087b65e4202b714f (patch)
tree85deb6fbd5ed6dbe255c7d5188eff1509ed6494f /doc/appendix/guides/web-reports-install.txt
parent76350ecc5f05ee5236dd98e37291061813b8e709 (diff)
downloadbcfg2-f5f3e385306c11f0609144ea087b65e4202b714f.tar.gz
bcfg2-f5f3e385306c11f0609144ea087b65e4202b714f.tar.bz2
bcfg2-f5f3e385306c11f0609144ea087b65e4202b714f.zip
removed deprecated Base plugin
Diffstat (limited to 'doc/appendix/guides/web-reports-install.txt')
-rw-r--r--doc/appendix/guides/web-reports-install.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/appendix/guides/web-reports-install.txt b/doc/appendix/guides/web-reports-install.txt
index f03bad289..06932efc9 100644
--- a/doc/appendix/guides/web-reports-install.txt
+++ b/doc/appendix/guides/web-reports-install.txt
@@ -28,7 +28,7 @@ Add Reporting to the plugins line of ``bcfg2.conf``. The resulting
[server]
repository = /var/lib/bcfg2
- plugins = Base,Bundler,Cfg,...,Reporting
+ plugins = Bundler,Cfg,...,Reporting
[reporting]
transport = LocalFilesystem
@@ -53,7 +53,7 @@ then have something like this::
[server]
repository = /var/lib/bcfg2
- plugins = Base,Bundler,Cfg,...,Reporting
+ plugins = Bundler,Cfg,...,Reporting
[database]
engine = sqlite3