icinga2/lib/icinga/icinga-itl.conf
Michael Friedrich d14a88235d Replace Copyright header with a short version, part I
CLion -> replace in path
2019-02-25 14:48:22 +01:00

16 lines
342 B
Plaintext

/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
System.assert(Internal.run_with_activation_context(function() {
template TimePeriod "legacy-timeperiod" use (LegacyTimePeriod = Internal.LegacyTimePeriod) default {
update = LegacyTimePeriod
}
}))
var methods = [
"LegacyTimePeriod"
]
for (method in methods) {
Internal.remove(method)
}