aboutsummaryrefslogtreecommitdiff
path: root/types/ssl_conf/nginx/location.pp
blob: 25941d0aa939a74344e56dafc9abbd834e929b14 (plain)
1
2
3
4
5
6
7
8
9
type Letsencrypt::Ssl_conf::Nginx::Location = Variant[
  Struct[{
      ssl => Boolean,
  }],
  Struct[{
      ssl      => Boolean,
      ssl_only => Boolean,
  }],
]