]> git.proxmox.com Git - pmg-api.git/commit
tree-wide: make slurp mode as local as possible for future-proofing
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 10 Jul 2023 11:36:47 +0000 (13:36 +0200)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 10 Jul 2023 15:29:05 +0000 (17:29 +0200)
commit181ef3f1488852638a4816b01de49ea63ea82c80
treec601737fa2bb90736f3b3b1e0d28c61e45b4747a
parent22b7ba385434a1efb7de566be67788ceafda38c5
tree-wide: make slurp mode as local as possible for future-proofing

similar to what PMG/TFAConfig.pm already does.

Otherwise, sub-routine calls would still be affected leading to
unexpected results, like the issue fixed by commit "cluster config:
restrict slurp scope to avoid issue parsing network interfaces".

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
src/PMG/API2/ACMEPlugin.pm
src/PMG/Config.pm
src/PMG/LDAPConfig.pm
src/PMG/NodeConfig.pm
src/PMG/PBSConfig.pm
src/PMG/Ticket.pm