summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/vhost/file.pp2
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"