Skip to content

Commit

Permalink
support dns-route53 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jwm committed Jun 19, 2018
1 parent f4e7158 commit bb4ec9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/certonly.pp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
define letsencrypt::certonly (
Array $domains = [$title],
Boolean $custom_plugin = false,
Enum['apache', 'standalone', 'webroot', 'nginx'] $plugin = 'standalone',
Enum['apache', 'standalone', 'webroot', 'nginx', 'dns-route53'] $plugin = 'standalone',
Optional[Array] $webroot_paths = undef,
String $letsencrypt_command = $letsencrypt::command,
Optional[Array] $additional_args = undef,
Expand Down

0 comments on commit bb4ec9b

Please sign in to comment.