diff options
Diffstat (limited to 'manifests/proxy.pp')
-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, - } } |