diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-30 18:51:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-30 18:51:11 -0300 |
commit | c1af8e32a0192407da009a4da567f47688e293c4 (patch) | |
tree | 763ff5b1b5c2495d6569f7d2e62fe6ec6179f02e | |
parent | 1845091dec9194f49a4c2128d12d1e6299ded02f (diff) | |
download | puppet-nginx-c1af8e32a0192407da009a4da567f47688e293c4.tar.gz puppet-nginx-c1af8e32a0192407da009a4da567f47688e293c4.tar.bz2 |
Typodevelop
-rw-r--r-- | manifests/ssl.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ssl.pp b/manifests/ssl.pp index 62f34c7..195ef66 100644 --- a/manifests/ssl.pp +++ b/manifests/ssl.pp @@ -3,7 +3,7 @@ class nginx::ssl( ) { include ssl include ssl::snakeoil - include cerbot + include certbot #class { 'certbot': # pre_hook => '/usr/sbin/service nginx stop', |