From b2b60d35e8d283303320254015107d2644cd74eb Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 9 Dec 2008 23:15:34 +0000 Subject: fixed typo --- manifests/defines/htpasswd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/defines/htpasswd.pp') 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) } -- cgit v1.2.3