Skip to content

Commit

Permalink
Merge pull request #123 from jwm/jwm/add_dns_route53_plugin_support
Browse files Browse the repository at this point in the history
Support dns-route53 plugin
  • Loading branch information
bastelfreak authored Jun 19, 2018
2 parents f4e7158 + bb4ec9b commit bb0a523
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 bb0a523

Please sign in to comment.