diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-03-19 10:21:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-03-19 10:21:00 -0300 |
commit | a4cbeb713dd494421a77fc17ee5c21779597b1a2 (patch) | |
tree | 59b3f46e59d08eec24d83687f996af4f256d04c0 | |
parent | c506f74a9c3943dc923a51c1e323fa81ab4b0f31 (diff) | |
download | puppet-nginx-feature/certs.tar.gz puppet-nginx-feature/certs.tar.bz2 |
Set the main certificatefeature/certs
-rw-r--r-- | manifests/init.pp | 1 |
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'], } |