summaryrefslogtreecommitdiff
path: root/manifests/defines/htpasswd.pp
diff options
context:
space:
mode:
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)
}