aboutsummaryrefslogtreecommitdiff
path: root/types/authenticator.pp
blob: 3e7e53460cb483014732b92c94a5dc87dd955bbc (plain)
1
2
3
4
5
6
7
8
# @summary Known authenticator types
type Letsencrypt::Authenticator = Enum[
  'nginx',
  'apache',
  # 'webroot',
  # 'standalone',
  # 'dns-rfc2136',
]