IcingaConfig: deploy endpoints to their zone
This commit is contained in:
parent
f1e6b12eeb
commit
71f8b0f107
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue