IcingaServiceSet: render comment next to Set
This commit is contained in:
parent
20395a483c
commit
01b85f5758
|
@ -154,7 +154,7 @@ class IcingaServiceSet extends IcingaObject
|
|||
'zones.d/' . $this->getRenderingZone($config) . '/servicesets'
|
||||
);
|
||||
|
||||
$file->prepend($this->getConfigHeaderComment($config));
|
||||
$file->addContent($this->getConfigHeaderComment($config));
|
||||
return $file;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue