diff options
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": } } |