diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-28 23:39:04 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-28 23:39:04 -0200 |
commit | 65da4f1067f3ccffc5e0f911525f752709b0769b (patch) | |
tree | 77d356d51fcd0fad339e080f5866083df78c115c | |
parent | 3da70423df032dea134f1251dad0e73544ae36a1 (diff) | |
download | puppet-nodo-65da4f1067f3ccffc5e0f911525f752709b0769b.tar.gz puppet-nodo-65da4f1067f3ccffc5e0f911525f752709b0769b.tar.bz2 |
Now ssl::check for nginx is built-in
-rw-r--r-- | manifests/proxy.pp | 3 |
1 files changed, 0 insertions, 3 deletions
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, - } } |