aboutsummaryrefslogtreecommitdiff
path: root/types/authenticator.pp
diff options
context:
space:
mode:
Diffstat (limited to 'types/authenticator.pp')
-rw-r--r--types/authenticator.pp8
1 files changed, 7 insertions, 1 deletions
diff --git a/types/authenticator.pp b/types/authenticator.pp
index dbd57d5..3e7e534 100644
--- a/types/authenticator.pp
+++ b/types/authenticator.pp
@@ -1,2 +1,8 @@
# @summary Known authenticator types
-type Letsencrypt::Authenticator = Enum['nginx']
+type Letsencrypt::Authenticator = Enum[
+ 'nginx',
+ 'apache',
+ # 'webroot',
+ # 'standalone',
+ # 'dns-rfc2136',
+]