diff --git a/manifests/expirer.pp b/manifests/expirer.pp index b1c82162..3eec693c 100644 --- a/manifests/expirer.pp +++ b/manifests/expirer.pp @@ -46,7 +46,7 @@ class aodh::expirer ( $monthday = '*', $month = '*', $weekday = '*', - $maxdelay = 0, + Integer[0] $maxdelay = 0, $alarm_histories_delete_batch_size = $facts['os_service_default'], ) {