summaryrefslogtreecommitdiffstats
path: root/doc/appendix/guides/ubuntu.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/ubuntu.txt
parent76350ecc5f05ee5236dd98e37291061813b8e709 (diff)
downloadbcfg2-f5f3e385306c11f0609144ea087b65e4202b714f.tar.gz
bcfg2-f5f3e385306c11f0609144ea087b65e4202b714f.tar.bz2
bcfg2-f5f3e385306c11f0609144ea087b65e4202b714f.zip
removed deprecated Base plugin
Diffstat (limited to 'doc/appendix/guides/ubuntu.txt')
-rw-r--r--doc/appendix/guides/ubuntu.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/appendix/guides/ubuntu.txt b/doc/appendix/guides/ubuntu.txt
index 8399daf07..21e035666 100644
--- a/doc/appendix/guides/ubuntu.txt
+++ b/doc/appendix/guides/ubuntu.txt
@@ -117,7 +117,7 @@ Replace Pkgmgr with Packages in the plugins line of ``bcfg2.conf``::
root@lucid:~# cat /etc/bcfg2.conf
[server]
repository = /var/lib/bcfg2
- plugins = SSHbase,Cfg,Packages,Rules,Metadata,Base,Bundler
+ plugins = SSHbase,Cfg,Packages,Rules,Metadata,Bundler
[statistics]
sendmailpath = /usr/lib/sendmail
@@ -224,7 +224,7 @@ Probes to your plugins line in ``bcfg2.conf`` and create the Probe.
.. code-block:: sh
root@lucid:~# grep plugins /etc/bcfg2.conf
- plugins = Base,Bundler,Cfg,...,Probes
+ plugins = Bundler,Cfg,...,Probes
root@lucid:~# mkdir /var/lib/bcfg2/Probes
root@lucid:~# cat /var/lib/bcfg2/Probes/groups
#!/bin/sh