summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-05-17 16:17:56 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-05-17 16:17:56 -0400
commitcf1f4029b97f5e3100a7f9c31308a2e8b82657be (patch)
treececbbe7f948fe183c1aeb3a0db3e766cdcabd87e /doc
parentd0de3044a449bbe818cdf8a074737d8381d46bb7 (diff)
downloadbcfg2-cf1f4029b97f5e3100a7f9c31308a2e8b82657be.tar.gz
bcfg2-cf1f4029b97f5e3100a7f9c31308a2e8b82657be.tar.bz2
bcfg2-cf1f4029b97f5e3100a7f9c31308a2e8b82657be.zip
fixed bug in FileProbes doco
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/probes/index.txt2
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..33d6aa7d7 100644
--- a/doc/server/plugins/probes/index.txt
+++ b/doc/server/plugins/probes/index.txt
@@ -211,7 +211,7 @@ look something like:
<FileProbe name="/etc/blah.conf" update="true"
</Group>
<Client name="bar.example.com">
- <FileProbe name="/var/lib/bar.gz" base64="true"/>
+ <FileProbe name="/var/lib/bar.gz" encoding="base64"/>
</Client>
</FileProbes>