From: Silvio Rhatto Date: Sun, 2 Jan 2011 19:50:46 +0000 (+0100) Subject: Checking SSL cert on nodo::proxy X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=87f335f97a411dc7efa5cd1266a4c5c9b325f001;p=puppet-nodo.git Checking SSL cert on nodo::proxy --- 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": } }