Skip to content

Commit

Permalink
yanic: replace gid_from_name
Browse files Browse the repository at this point in the history
since Salt version 3001 gid_from_name is no longer an valid argument

see: saltstack/salt#48704
and: https://git.darmstadt.ccc.de/ffda/infra/salt/-/merge_requests/83
  • Loading branch information
herbetom committed Jun 22, 2020
1 parent c12030f commit 6182fa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yanic/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6182fa1

Please sign in to comment.