From: Maximilian Friedersdorff Date: Wed, 1 Nov 2023 19:03:29 +0000 (+0000) Subject: Add user to groups explicitly X-Git-Url: https://git.friedersdorff.com/?p=max%2Fsaltfiles.git;a=commitdiff_plain;h=0a4ec13d4f7ac80c843f2a385215898f029e8142 Add user to groups explicitly --- 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: