aboutsummaryrefslogtreecommitdiff
path: root/types/ssl_conf/nginx/location.pp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--types/ssl_conf/nginx/location.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/types/ssl_conf/nginx/location.pp b/types/ssl_conf/nginx/location.pp
new file mode 100644
index 0000000..25941d0
--- /dev/null
+++ b/types/ssl_conf/nginx/location.pp
@@ -0,0 +1,9 @@
+type Letsencrypt::Ssl_conf::Nginx::Location = Variant[
+ Struct[{
+ ssl => Boolean,
+ }],
+ Struct[{
+ ssl => Boolean,
+ ssl_only => Boolean,
+ }],
+]