Remove obsolete templates.

This commit is contained in:
Gunnar Beutner 2013-06-24 09:24:33 +02:00
parent ea0052f208
commit 2b1c268ecd
1 changed files with 0 additions and 12 deletions

View File

@ -24,15 +24,3 @@ object ServiceGroup "all-services" {
template Service "itl-service" {
servicegroups = [ "all-services" ]
}
template Service "null-service" inherits "itl-service" {
methods = {
check = "NullCheck"
}
}
template Service "plugin-service" inherits "itl-service" {
methods = {
check = "PluginCheck"
}
}