Re: [pve-devel] [PATCH v3 manager] api: apt: repos: fix interfacing with perlmod

2021-07-16 Thread Fabian Ebner
Just noticed a shorter/cleaner way to do it. I'll send a v4, sorry for the noise. Am 16.07.21 um 14:57 schrieb Fabian Ebner: Using pvesh create /nodes/pve701/apt/repositories --path "/etc/apt/sources.list" --index 0 --enabled 1 reliably leads to error: invalid type: string "0", e

[pve-devel] [PATCH v3 manager] api: apt: repos: fix interfacing with perlmod

2021-07-16 Thread Fabian Ebner
Using pvesh create /nodes/pve701/apt/repositories --path "/etc/apt/sources.list" --index 0 --enabled 1 reliably leads to error: invalid type: string "0", expected usize Coerce to int to avoid this. I was not able to trigger the issue with the "enabled" option being a string here (in PM