From 40fa782cbac8c668a870199c2a3a927766aa363b Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 20 Jul 2010 00:10:00 +0200 Subject: fix wrong statement --- 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 cd92947..6ce8b7f 100644 --- a/manifests/vhost/file.pp +++ b/manifests/vhost/file.pp @@ -68,7 +68,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