aboutsummaryrefslogtreecommitdiff
path: root/manifests/proxy.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-11-28 23:39:04 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-11-28 23:39:04 -0200
commit65da4f1067f3ccffc5e0f911525f752709b0769b (patch)
tree77d356d51fcd0fad339e080f5866083df78c115c /manifests/proxy.pp
parent3da70423df032dea134f1251dad0e73544ae36a1 (diff)
downloadpuppet-nodo-65da4f1067f3ccffc5e0f911525f752709b0769b.tar.gz
puppet-nodo-65da4f1067f3ccffc5e0f911525f752709b0769b.tar.bz2
Now ssl::check for nginx is built-in
Diffstat (limited to 'manifests/proxy.pp')
-rw-r--r--manifests/proxy.pp3
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,
- }
}