Skip to content

Commit

Permalink
host: order required parameters before optional
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Dec 11, 2023
1 parent b0a5fd0 commit 3ab1a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/host.pp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
# @param on_expiry
# An array with statements to go into the hook on expiry.
define dhcp::host (
Optional[Stdlib::IP::Address] $ip = undef,
Dhcp::Mac $mac,
Optional[Stdlib::IP::Address] $ip = undef,
String $ddns_hostname = $name,
Hash $options = {},
Optional[String[1]] $comment = undef,
Expand Down

0 comments on commit 3ab1a13

Please sign in to comment.