IcingaConfig: deploy endpoints to their zone

This commit is contained in:
Thomas Gelf 2015-12-03 16:54:52 +01:00
parent f1e6b12eeb
commit 71f8b0f107
1 changed files with 0 additions and 2 deletions

View File

@ -333,8 +333,6 @@ throw $e;
if (in_array($type, array('command', 'zone'))) {
$filename = 'zones.d/' . $ourGlobalZone . '/' . $filename;
} elseif ($type === 'endpoint') {
$filename = 'conf.d/endpoints';
} else {
$filename = 'zones.d/' . $zone . '/' . $filename;
}