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