removes duplicate parameters

This commit is contained in:
Arne Teuke
2018-10-19 18:21:40 +02:00
parent 8ded7bd3e3
commit a75c6ac5b7

View File

@@ -69,10 +69,6 @@
# resend notifications for the current status.
# @param [string] ng_check_period Which period in to run checks for the defined
# object.
# @param [string] ng_check_interval How often in minutes to check the defined
# object.
# @param [string] ng_retry_interval at what interval in minutes to schedule
# retries for the defined object.
# @param [string] ng_max_check_attempts how often to check the defined object
# maximal.
# @param [string] ng_notification_options see `ng_service_notification_options`
@@ -129,7 +125,6 @@ $ng_parallelize_check = '1',
$ng_obsess_over_service = '1',
$ng_check_freshness = '0',
$ng_is_volatile = '0',
$ng_check_interval = '10',
) {