diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-05-25 22:18:59 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-05-25 22:18:59 -0500 |
commit | 4765bca2c4cb167557b381a5ba9f9064c7287988 (patch) | |
tree | 9107a243506703999c8f066e2427b0dbf7adbc34 | |
parent | f124c67cb79c1952e6e2683bf36266f2f3581acb (diff) | |
download | bcfg2-4765bca2c4cb167557b381a5ba9f9064c7287988.tar.gz bcfg2-4765bca2c4cb167557b381a5ba9f9064c7287988.tar.bz2 bcfg2-4765bca2c4cb167557b381a5ba9f9064c7287988.zip |
doc: Fix inline literal reference
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r-- | doc/server/plugins/generators/decisions.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/server/plugins/generators/decisions.txt b/doc/server/plugins/generators/decisions.txt index d75c298ef..d75a9fede 100644 --- a/doc/server/plugins/generators/decisions.txt +++ b/doc/server/plugins/generators/decisions.txt @@ -22,10 +22,11 @@ should be corrected during the current run of the installation tool. The Decisions plugin is the only stock plugin that generates entries for client's whitelists or blacklists. -.. note:: If the client is not explicitly configured to run in - whitelist or blacklist mode, the list of entries is not - downloaded and decisions is not used. See ``Decision - Mode``_ below. +.. note:: + + If the client is not explicitly configured to run in whitelist or + blacklist mode, the list of entries is not downloaded and decisions + is not used. See `Decision Mode`_ below. The Decisions plugin uses a directory in the Bcfg2 repository called Decisions. Files in the Decisions subdirectory are named similarly to |