From 0a4ec13d4f7ac80c843f2a385215898f029e8142 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Wed, 1 Nov 2023 19:03:29 +0000 Subject: [PATCH] Add user to groups explicitly --- states/user/max.sls | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/states/user/max.sls b/states/user/max.sls index 9a3088d..435ca1c 100644 --- a/states/user/max.sls +++ b/states/user/max.sls @@ -4,6 +4,11 @@ ensure user max: - home: /home/max - shell: /bin/zsh - fullname: Maximilian Friedersdorff + - groups: + - wheel + - video + - users + - wireshark ensure max allows public key: ssh_auth.present: -- 2.44.0