aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-05-23 11:52:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-05-23 11:52:13 -0300
commitba15d6608efe16c46a151ac2a543ac9189c85d85 (patch)
tree74a95f1da53d62e59cbfa05f3ae9b8cd828a7645
parentffc860e04833505cf785c2bbf96ada619bb392c6 (diff)
downloadpuppet-nodo-ba15d6608efe16c46a151ac2a543ac9189c85d85.tar.gz
puppet-nodo-ba15d6608efe16c46a151ac2a543ac9189c85d85.tar.bz2
Do not verify example cert at nodo::role::proxy
-rw-r--r--manifests/role/proxy.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp
index 58dfcd2..9c6186d 100644
--- a/manifests/role/proxy.pp
+++ b/manifests/role/proxy.pp
@@ -9,6 +9,7 @@ class nodo::role::proxy inherits nodo::base::vserver {
# TODO: generate automatically
ssl::cert { "example.org":
#generate => true,
+ verify => false,
notify => Service['nginx'],
}