From: Silvio Rhatto Date: Tue, 29 Mar 2011 22:06:54 +0000 (-0300) Subject: Using ssl-cert-check directly in the file certificate X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=25d76b20cc643eb21a0bc820d9351523a26f98d0;p=puppet-nodo.git Using ssl-cert-check directly in the file certificate --- diff --git a/manifests/proxy.pp b/manifests/proxy.pp index b9fa6e6..bd4720a 100644 --- a/manifests/proxy.pp +++ b/manifests/proxy.pp @@ -1,4 +1,6 @@ class nodo::proxy inherits nodo::vserver { include nginx - ssl::check { "$domain": } + ssl::check { "$domain": + file => true, + } }