mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
qemu-ga: fixes disabled-rpcs broke service start
Applies renamed CLI arg `blacklist` > `block-rpcs`. See: https://bugzilla.redhat.com/show_bug.cgi?id=2156515
This commit is contained in:
parent
f25a1fa6d5
commit
5a5d2dad3a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
{% do optional_flags.append('-v') %}
|
||||
{% endif %}
|
||||
{% if helpers.exists('OPNsense.QemuGuestAgent.general.DisabledRPCs') and not helpers.empty('OPNsense.QemuGuestAgent.general.DisabledRPCs') %}
|
||||
{% do optional_flags.append('--blacklist=' ~ OPNsense.QemuGuestAgent.general.DisabledRPCs) %}
|
||||
{% do optional_flags.append('--block-rpcs=' ~ OPNsense.QemuGuestAgent.general.DisabledRPCs) %}
|
||||
{% endif %}
|
||||
qemu_guest_agent_setup="/usr/local/opnsense/scripts/OPNsense/QemuGuestAgent/setup.sh"
|
||||
qemu_guest_agent_enable="YES"
|
||||
|
|
|
|||
Loading…
Reference in a new issue