aboutsummaryrefslogtreecommitdiff
path: root/types/ssl_conf/nginx.pp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--types/ssl_conf/nginx.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/types/ssl_conf/nginx.pp b/types/ssl_conf/nginx.pp
index 333093f..1ee75fb 100644
--- a/types/ssl_conf/nginx.pp
+++ b/types/ssl_conf/nginx.pp
@@ -1,6 +1,6 @@
# @summary SSL configuration hash for nginx
-# Will either have ssl set to false, or ssl set to true, along with
-# appropriate ssl parameters.
+# Will either have SSL set to false, or SSL set to true, along with
+# appropriate SSL parameters.
type Letsencrypt::Ssl_conf::Nginx = Variant[
Struct[{
ssl => Boolean,