summaryrefslogtreecommitdiffstats
path: root/doc/appendix/guides/ubuntu.txt
diff options
context:
space:
mode:
authorgordon <gordon@herald.private.dragonsdawn.net>2011-01-21 19:27:34 -0800
committerNarayan Desai <desai@mcs.anl.gov>2011-01-22 09:37:11 -0600
commitafcce3a9211e8f71c88afb9d4e9c97f5cbe77a00 (patch)
tree23917de00e7606bcee461664879384ee7126ebd1 /doc/appendix/guides/ubuntu.txt
parente8f5b43c4f822a77ef3869701dd5ae9aaa1c1da9 (diff)
downloadbcfg2-afcce3a9211e8f71c88afb9d4e9c97f5cbe77a00.tar.gz
bcfg2-afcce3a9211e8f71c88afb9d4e9c97f5cbe77a00.tar.bz2
bcfg2-afcce3a9211e8f71c88afb9d4e9c97f5cbe77a00.zip
Make references to "plugins" more consistent. By eliminating most references to the standard set, the documentation should be accurate more often as the standard set changes.
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 595005018..54aa62cce 100644
--- a/doc/appendix/guides/ubuntu.txt
+++ b/doc/appendix/guides/ubuntu.txt
@@ -119,7 +119,7 @@ Replace Pkgmgr with Packages in the plugins line of ``bcfg2.conf``::
root@lucid:~# cat /etc/bcfg2.conf
[server]
repository = /var/lib/bcfg2
- plugins = Base,Bundler,Cfg,Metadata,Packages,Rules,SSHbase
+ plugins = SSHbase,Cfg,Packages,Rules,Metadata,Base,Bundler
[statistics]
sendmailpath = /usr/lib/sendmail
@@ -207,7 +207,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,Metadata,Packages,Probes,Rules,SSHbase
+ plugins = Base,Bundler,Cfg,...,Probes
root@lucid:~# mkdir /var/lib/bcfg2/Probes
root@lucid:~# cat /var/lib/bcfg2/Probes/groups
#!/bin/sh