IcingaServiceSet: render comment next to Set

This commit is contained in:
Thomas Gelf 2018-08-12 13:11:32 +02:00
parent 20395a483c
commit 01b85f5758

View File

@ -154,7 +154,7 @@ class IcingaServiceSet extends IcingaObject
'zones.d/' . $this->getRenderingZone($config) . '/servicesets' 'zones.d/' . $this->getRenderingZone($config) . '/servicesets'
); );
$file->prepend($this->getConfigHeaderComment($config)); $file->addContent($this->getConfigHeaderComment($config));
return $file; return $file;
} }