diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-03-29 19:06:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-03-29 19:06:54 -0300 |
commit | 25d76b20cc643eb21a0bc820d9351523a26f98d0 (patch) | |
tree | 026e6beb20593dcf716e970537fbdc73452e684a | |
parent | c8685874d58de41a324bcd7ae12328f1c9956511 (diff) | |
download | puppet-nodo-25d76b20cc643eb21a0bc820d9351523a26f98d0.tar.gz puppet-nodo-25d76b20cc643eb21a0bc820d9351523a26f98d0.tar.bz2 |
Using ssl-cert-check directly in the file certificate
-rw-r--r-- | manifests/proxy.pp | 4 |
1 files changed, 3 insertions, 1 deletions
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, + } } |