XMLRPC / HA-Sync: add services keyword (introduced https://github.com/opnsense/core/issues/4834) in xmlrpc templates for existing plugins.

This commit is contained in:
Ad Schellevis
2021-03-24 16:35:09 +01:00
parent 75d5af5228
commit f557e2b09a
12 changed files with 12 additions and 0 deletions
@@ -66,5 +66,6 @@ function qemuguestagent_xmlrpc_sync()
$result['id'] = 'qemuguestagent';
$result['section'] = 'OPNsense.QemuGuestAgent';
$result['description'] = gettext('QEMU Guest Agent');
$result['services'] = ['qemu-ga'];
return array($result);
}