Skip to content

Commit c2074d0

Browse files
committed
1 parent 3f9d401 commit c2074d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manifests/init.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
Optional[String[1]] $ipxe_filename = undef,
2727
Optional[String[1]] $ipxe_bootstrap = undef,
2828
Dhcp::Syslogfacility $logfacility = 'daemon',
29-
Integer[1] $default_lease_time = 43200,
30-
Integer[1] $max_lease_time = 86400,
29+
Integer[-1] $default_lease_time = 43200,
30+
Integer[-1] $max_lease_time = 86400,
3131
Stdlib::Ensure::Service $service_ensure = 'running',
3232
Variant[String,Array[String[1]]] $globaloptions = '',
3333
Optional[Stdlib::Port] $omapi_port = undef,

0 commit comments

Comments
 (0)