aboutsummaryrefslogtreecommitdiff
path: root/types/ssl_conf/nginx.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-12 17:43:57 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-12 17:43:57 +0200
commit014ee1351fda8da9a99ef06889b4deddaf80eb57 (patch)
tree4c66b219299e8475beb3bde35ec4f55e8a05b3d1 /types/ssl_conf/nginx.pp
parentAdd extra os's to metadata. (diff)
downloadhugonikanor-letsencrypt-014ee1351fda8da9a99ef06889b4deddaf80eb57.tar.gz
hugonikanor-letsencrypt-014ee1351fda8da9a99ef06889b4deddaf80eb57.tar.xz
Formatting cleanup.
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,