James R. Carr пре 9 година
родитељ
комит
466641a1f0
1 измењених фајлова са 1 додато и 1 уклоњено
  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) {