From 6182fa1832005510e8833d09881a67853286f713 Mon Sep 17 00:00:00 2001 From: herbetom Date: Mon, 22 Jun 2020 12:39:52 +0200 Subject: [PATCH] yanic: replace gid_from_name since Salt version 3001 gid_from_name is no longer an valid argument see: https://github.com/saltstack/salt/pull/48704 and: https://git.darmstadt.ccc.de/ffda/infra/salt/-/merge_requests/83 --- yanic/init.sls | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yanic/init.sls b/yanic/init.sls index 4ce051c..6642b88 100644 --- a/yanic/init.sls +++ b/yanic/init.sls @@ -7,7 +7,8 @@ include: yanic: user.present: - home: /var/lib/yanic - - gid_from_name: True + - gid: yanic + - usergroup: True - shell: /usr/sbin/nologin git.latest: - name: https://github.com/FreifunkBremen/yanic