summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2010-11-08 09:02:57 -0600
committerSol Jerome <sol.jerome@gmail.com>2010-11-08 09:02:57 -0600
commit1c3f9b38a7631495e5f3da5d463db2b234becf89 (patch)
tree90b6e3a36631386b968f469e23ae2f21f2ebf4c0 /doc
parent6f022514f774c1f85050a4e7ea6cdf9e2f0fed1c (diff)
downloadbcfg2-1c3f9b38a7631495e5f3da5d463db2b234becf89.tar.gz
bcfg2-1c3f9b38a7631495e5f3da5d463db2b234becf89.tar.bz2
bcfg2-1c3f9b38a7631495e5f3da5d463db2b234becf89.zip
doc: Fix typo in templates
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/authentication.txt4
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