summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-03-19 10:21:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-03-19 10:21:00 -0300
commita4cbeb713dd494421a77fc17ee5c21779597b1a2 (patch)
tree59b3f46e59d08eec24d83687f996af4f256d04c0
parentc506f74a9c3943dc923a51c1e323fa81ab4b0f31 (diff)
downloadpuppet-nginx-feature/certs.tar.gz
puppet-nginx-feature/certs.tar.bz2
Set the main certificatefeature/certs
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 3c6fc9b..daf3c9a 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -22,6 +22,7 @@ class nginx inherits nginx::base {
include ssl
ssl::cert { "$::domain":
+ main => true,
notify => Service['nginx'],
}