diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2012-04-27 10:12:59 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2012-04-27 10:13:18 -0500 |
commit | 03442c4a90f613283c8909da9175d7d05203d1bc (patch) | |
tree | 5706e6d6a7901b34fc6a6419c1a3630b6ff1a7c0 | |
parent | 0b4a751fa5e60e32f81b347810cfa1d6c912e114 (diff) | |
download | bcfg2-03442c4a90f613283c8909da9175d7d05203d1bc.tar.gz bcfg2-03442c4a90f613283c8909da9175d7d05203d1bc.tar.bz2 bcfg2-03442c4a90f613283c8909da9175d7d05203d1bc.zip |
doc: Fix fileprobe example (#1108)
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r-- | doc/server/plugins/probes/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/server/plugins/probes/index.txt b/doc/server/plugins/probes/index.txt index f22f405c1..95aa2d0ce 100644 --- a/doc/server/plugins/probes/index.txt +++ b/doc/server/plugins/probes/index.txt @@ -208,7 +208,7 @@ look something like: <FileProbes> <FileProbe name="/etc/foo.conf"/> <Group name="blah-servers"> - <FileProbe name="/etc/blah.conf" update="true" + <FileProbe name="/etc/blah.conf" update="true"/> </Group> <Client name="bar.example.com"> <FileProbe name="/var/lib/bar.gz" base64="true"/> |