diff options
author | Gabriel Filion <lelutin@gmail.com> | 2011-09-22 17:48:58 -0400 |
---|---|---|
committer | Gabriel Filion <lelutin@gmail.com> | 2011-09-22 17:48:58 -0400 |
commit | 3cbef5768267cdef9b0beaf100083d30fd945f88 (patch) | |
tree | d55c52441a85ab67afb276108ef43552e60f8eb0 /manifests/vhost/file.pp | |
parent | 92f465fa4a522c809c5e4f58f4e87364661beb6b (diff) |
Fix a syntax error in vhost/file.pp
The issue and the fix were mentioned on redmine by fugit in #3472
Signed-off-by: Gabriel Filion <lelutin@gmail.com>
Diffstat (limited to 'manifests/vhost/file.pp')
-rw-r--r-- | manifests/vhost/file.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/file.pp b/manifests/vhost/file.pp index 29325bb..6d2cc32 100644 --- a/manifests/vhost/file.pp +++ b/manifests/vhost/file.pp @@ -69,7 +69,7 @@ define apache::vhost::file( } } case $htpasswd_file { - 'absent','nodeploy': { info("don't deploy a htpasswd file for ${name") } + 'absent','nodeploy': { info("don't deploy a htpasswd file for ${name}") } default: { if $htpasswd_path == 'absent' { $real_htpasswd_path = "/var/www/htpasswds/$name" |