diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-04-23 20:08:59 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-04-23 20:08:59 -0500 |
commit | 608fb57dd36053eb252d188ea7ba2c0a80a5631f (patch) | |
tree | 6cf969c36b7eaa36b2e3fb09fe05ae8a752962df | |
parent | 5481b93ae68bdf2f13ed80c821761fbf87a568e2 (diff) | |
download | bcfg2-608fb57dd36053eb252d188ea7ba2c0a80a5631f.tar.gz bcfg2-608fb57dd36053eb252d188ea7ba2c0a80a5631f.tar.bz2 bcfg2-608fb57dd36053eb252d188ea7ba2c0a80a5631f.zip |
doc: Clarify troubleshooting techniques
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r-- | doc/help/troubleshooting.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/help/troubleshooting.txt b/doc/help/troubleshooting.txt index 033b60706..d758ca7a5 100644 --- a/doc/help/troubleshooting.txt +++ b/doc/help/troubleshooting.txt @@ -152,7 +152,9 @@ be taken to remedy them. .. [1] This entry is not being bound. Ensure that a version of this entry applies to this client. -.. [2] Add a type to the generator definition for this entry +.. [2] It is possible that the type attribute for this generator entry + is undefined. You may need to add the appropriate type attribute + in the literal entry specification. .. [3] Copy the Bcfg2 server's CA certificate to the client and specify it using the **ca** option in the [communication] section of ``bcfg2.conf`` |