diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-01-02 20:50:46 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-01-02 20:50:46 +0100 |
commit | 87f335f97a411dc7efa5cd1266a4c5c9b325f001 (patch) | |
tree | 13b8c43b08bb8e1537e6d2b202cfad2a8d5e7c78 /manifests | |
parent | c2e4627d887e143d0339e784519e125de330078e (diff) | |
download | puppet-nodo-87f335f97a411dc7efa5cd1266a4c5c9b325f001.tar.gz puppet-nodo-87f335f97a411dc7efa5cd1266a4c5c9b325f001.tar.bz2 |
Checking SSL cert on nodo::proxy
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/proxy.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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": } } |