aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-03-29 19:06:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-03-29 19:06:54 -0300
commit25d76b20cc643eb21a0bc820d9351523a26f98d0 (patch)
tree026e6beb20593dcf716e970537fbdc73452e684a /manifests
parentc8685874d58de41a324bcd7ae12328f1c9956511 (diff)
downloadpuppet-nodo-25d76b20cc643eb21a0bc820d9351523a26f98d0.tar.gz
puppet-nodo-25d76b20cc643eb21a0bc820d9351523a26f98d0.tar.bz2
Using ssl-cert-check directly in the file certificate
Diffstat (limited to 'manifests')
-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,
+ }
}