diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2010-11-08 09:02:57 -0600 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2010-11-08 09:02:57 -0600 |
commit | 1c3f9b38a7631495e5f3da5d463db2b234becf89 (patch) | |
tree | 90b6e3a36631386b968f469e23ae2f21f2ebf4c0 | |
parent | 6f022514f774c1f85050a4e7ea6cdf9e2f0fed1c (diff) | |
download | bcfg2-1c3f9b38a7631495e5f3da5d463db2b234becf89.tar.gz bcfg2-1c3f9b38a7631495e5f3da5d463db2b234becf89.tar.bz2 bcfg2-1c3f9b38a7631495e5f3da5d463db2b234becf89.zip |
doc: Fix typo in templates
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r-- | doc/authentication.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/authentication.txt b/doc/authentication.txt index 814d5b95e..9b1bdc187 100644 --- a/doc/authentication.txt +++ b/doc/authentication.txt @@ -39,12 +39,12 @@ bcfg2.conf from the per-client metadata:: protocol = xmlrpc/ssl #if $self.metadata.uuid != None user = $self.metadata.uuid - #endif + #end if #if $self.metadata.password != None password = $self.metadata.password #else password = my-password-foobat - #endif + #end if [components] bcfg2 = https://localhost:6789 |