mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user