summaryrefslogtreecommitdiff
path: root/manifests/defines/htpasswd.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-09 23:15:34 +0000
committermh <mh@immerda.ch>2008-12-09 23:15:34 +0000
commitb2b60d35e8d283303320254015107d2644cd74eb (patch)
treea38ffba1506fbe463fef24d75b69e8f60efe7d07 /manifests/defines/htpasswd.pp
parent73100a9df0e664ea43a92743e108f03a913bc92c (diff)
fixed typo
Diffstat (limited to 'manifests/defines/htpasswd.pp')
-rw-r--r--manifests/defines/htpasswd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/defines/htpasswd.pp b/manifests/defines/htpasswd.pp
index a702875..74da6fd 100644
--- a/manifests/defines/htpasswd.pp
+++ b/manifests/defines/htpasswd.pp
@@ -23,7 +23,7 @@ define apache::htpasswd_user(
}
if $password_iscrypted {
$real_password = $password
- } else
+ } else {
$real_password = htpasswd_sha1($password)
}