aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-12 20:07:13 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-12 20:07:13 +0200
commitad321223886dfea711b294e1a6ed0df3dfdcccf2 (patch)
treec2d368913ce06d678a0ee36626ad91872b1879ad
parentFix retrun type of apache. (diff)
downloadhugonikanor-letsencrypt-ad321223886dfea711b294e1a6ed0df3dfdcccf2.tar.gz
hugonikanor-letsencrypt-ad321223886dfea711b294e1a6ed0df3dfdcccf2.tar.xz
spell fix.
-rw-r--r--types/ssl_conf/apache.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/ssl_conf/apache.pp b/types/ssl_conf/apache.pp
index 0d21ec3..ceba4d0 100644
--- a/types/ssl_conf/apache.pp
+++ b/types/ssl_conf/apache.pp
@@ -1,5 +1,5 @@
# @summary SSL configuration hash for Apache
-type Letsencript::Ssl_conf::Apache = Variant[
+type Letsencrypt::Ssl_conf::Apache = Variant[
Struct[{
ssl => Boolean,
}],