2019-02-25 14:48:22 +01:00
|
|
|
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
|
2013-05-02 22:15:50 +02:00
|
|
|
|
2016-08-12 13:44:51 +02:00
|
|
|
System.assert(Internal.run_with_activation_context(function() {
|
2018-08-07 13:55:41 +02:00
|
|
|
template TimePeriod "legacy-timeperiod" use (LegacyTimePeriod = Internal.LegacyTimePeriod) default {
|
|
|
|
update = LegacyTimePeriod
|
2016-08-09 10:40:29 +02:00
|
|
|
}
|
|
|
|
}))
|
2016-08-12 13:42:22 +02:00
|
|
|
|
|
|
|
var methods = [
|
|
|
|
"LegacyTimePeriod"
|
|
|
|
]
|
|
|
|
|
|
|
|
for (method in methods) {
|
|
|
|
Internal.remove(method)
|
|
|
|
}
|