From: Silvio Rhatto Date: Tue, 29 Nov 2011 01:39:04 +0000 (-0200) Subject: Now ssl::check for nginx is built-in X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=65da4f1067f3ccffc5e0f911525f752709b0769b;p=puppet-nodo.git Now ssl::check for nginx is built-in --- diff --git a/manifests/proxy.pp b/manifests/proxy.pp index bd4720a..51dac33 100644 --- a/manifests/proxy.pp +++ b/manifests/proxy.pp @@ -1,6 +1,3 @@ class nodo::proxy inherits nodo::vserver { include nginx - ssl::check { "$domain": - file => true, - } }