From c88b9d6e3b238ee6ca16be40ed761f09eb231bd6 Mon Sep 17 00:00:00 2001 From: LinuxSquare <7436714-OfficialLinuxSquare@users.noreply.gitlab.com> Date: Fri, 20 Oct 2023 16:32:26 +0200 Subject: [PATCH] Fix puser --- applications/podman.sls | 1 - 1 file changed, 1 deletion(-) diff --git a/applications/podman.sls b/applications/podman.sls index 1e24499..0dd9a9f 100644 --- a/applications/podman.sls +++ b/applications/podman.sls @@ -18,7 +18,6 @@ applications_podman_user: user.present: - name: puser - uid: 2000 - - gid: 2000 - shell: /bin/zsh - home: /home/puser - usergroup: True