From a143732b3b6544cd81fe66e4242f819f4efef39c Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 10 Jun 2024 13:01:45 +1000 Subject: [PATCH] fix: resolve vncproxy issue https://forum.proxmox.com/threads/lc_pve_ticket-not-set-vnc-proxy-without-password-is-forbiddentask-error-failed-to-run-vncproxy.98192/ --- hieradata/roles/infra/proxmox.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hieradata/roles/infra/proxmox.yaml b/hieradata/roles/infra/proxmox.yaml index c40b6e4..4938433 100644 --- a/hieradata/roles/infra/proxmox.yaml +++ b/hieradata/roles/infra/proxmox.yaml @@ -12,3 +12,8 @@ hiera_exclude: # proxmox tools use root to authenticate against each other ssh::server::options: PermitRootLogin: yes + AcceptEnv: + - LANG LC_* + - LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT + - LC_IDENTIFICATION LC_ALL LANGUAGE + - XMODIFIERS