Skip to content

Commit

Permalink
parameter ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Oct 18, 2024
1 parent 34a7611 commit 2f9b09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/plugin/dns_linode.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# @param propagation_seconds Number of seconds to wait for the DNS server to propagate the DNS-01 challenge.
#
class letsencrypt::plugin::dns_linode (
Optional[String[1]] $package_name = undef,
String[1] $api_key,
Optional[String[1]] $package_name = undef,
String[1] $version = '4',
Stdlib::Absolutepath $config_path = "${letsencrypt::config_dir}/dns-linode.ini",
Boolean $manage_package = true,
Expand Down

0 comments on commit 2f9b09b

Please sign in to comment.