From 3cbef5768267cdef9b0beaf100083d30fd945f88 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Thu, 22 Sep 2011 17:48:58 -0400 Subject: 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 --- manifests/vhost/file.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/vhost') 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" -- cgit v1.2.3