Fix the example config.

This commit is contained in:
Gunnar Beutner 2013-10-08 15:54:21 +02:00
parent d36e2ebd1a
commit bb0012e7b6
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/**
* Provides default settings for hosts. By convention
* all hosts should inherit from this template.
*
*/
template Host "generic-host" {
}

View File

@ -1,7 +1,7 @@
/**
* Provides default settings for services. By convention
* all services should inherit from this template.
*
*/
template Service "generic-service" {
}