aboutsummaryrefslogtreecommitdiff
path: root/manifests/proxy.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/proxy.pp')
-rw-r--r--manifests/proxy.pp4
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,
+ }
}