diff --git a/manifests/storage/drive_audit.pp b/manifests/storage/drive_audit.pp index 1577a639..3dae850c 100644 --- a/manifests/storage/drive_audit.pp +++ b/manifests/storage/drive_audit.pp @@ -104,7 +104,7 @@ class swift::storage::drive_audit( $monthday = '*', $month = '*', $weekday = '*', - $maxdelay = 0, + Integer[0] $maxdelay = 0, # drive-audit.conf options $log_facility = 'LOG_LOCAL2', $log_level = 'INFO',