瀏覽代碼

Copy and pasta error.

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