From 466641a1f08a64c712a972ddb2b23d5a694f9b38 Mon Sep 17 00:00:00 2001 From: "James R. Carr" Date: Mon, 23 Mar 2015 14:14:15 -0500 Subject: [PATCH] Copy and pasta error. --- manifests/resource/vhost.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/resource/vhost.pp b/manifests/resource/vhost.pp index a593533..34af267 100644 --- a/manifests/resource/vhost.pp +++ b/manifests/resource/vhost.pp @@ -266,7 +266,7 @@ define nginx::resource::vhost ( validate_string($ssl_cert) } if ($ssl_client_cert != undef) { - validate_string($ssl_cert) + validate_string($ssl_client_cert) } validate_bool($ssl_listen_option) if ($ssl_dhparam != undef) {