Browse Source

Copy and pasta error.

James R. Carr 9 years ago
parent
commit
466641a1f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manifests/resource/vhost.pp

+ 1 - 1
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) {