From 87f335f97a411dc7efa5cd1266a4c5c9b325f001 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 2 Jan 2011 20:50:46 +0100 Subject: Checking SSL cert on nodo::proxy --- manifests/proxy.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/proxy.pp b/manifests/proxy.pp index 51dac33..b9fa6e6 100644 --- a/manifests/proxy.pp +++ b/manifests/proxy.pp @@ -1,3 +1,4 @@ class nodo::proxy inherits nodo::vserver { include nginx + ssl::check { "$domain": } } -- cgit v1.2.3