Skip to content

Commit

Permalink
Allow indefinite lease times to be set
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjfisher committed Aug 23, 2020
1 parent 3f9d401 commit c2074d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
Optional[String[1]] $ipxe_filename = undef,
Optional[String[1]] $ipxe_bootstrap = undef,
Dhcp::Syslogfacility $logfacility = 'daemon',
Integer[1] $default_lease_time = 43200,
Integer[1] $max_lease_time = 86400,
Integer[-1] $default_lease_time = 43200,
Integer[-1] $max_lease_time = 86400,
Stdlib::Ensure::Service $service_ensure = 'running',
Variant[String,Array[String[1]]] $globaloptions = '',
Optional[Stdlib::Port] $omapi_port = undef,
Expand Down

0 comments on commit c2074d0

Please sign in to comment.