From 25d76b20cc643eb21a0bc820d9351523a26f98d0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 29 Mar 2011 19:06:54 -0300 Subject: Using ssl-cert-check directly in the file certificate --- manifests/proxy.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/proxy.pp') 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, + } } -- cgit v1.2.3