From 0a07215d422f8f606a41d822436e6c6dd93d001f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 10 Jan 2023 12:56:33 +0100 Subject: Working product. --- types/ssl_conf/nginx.pp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 types/ssl_conf/nginx.pp (limited to 'types/ssl_conf/nginx.pp') diff --git a/types/ssl_conf/nginx.pp b/types/ssl_conf/nginx.pp new file mode 100644 index 0000000..fb2187d --- /dev/null +++ b/types/ssl_conf/nginx.pp @@ -0,0 +1,11 @@ +type Letsencrypt::Ssl_conf::Nginx = Variant[ + Struct[{ + ssl => Boolean, + }], + Struct[{ + ssl => Boolean, + ssl_redirect => Boolean, + ssl_cert => String, + ssl_key => String, + }], +] -- cgit v1.2.3