Skip to content

Commit

Permalink
fix(user): handle removal of gid_from_name in Salt develop branch
Browse files Browse the repository at this point in the history
saltstack/salt#48640 explains how `gid_from_name` is broken/redundant
  • Loading branch information
dafyddj committed Jul 10, 2019
1 parent ff5cdf9 commit dee3748
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vault/package/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ vault-package-install-user-present:
user.present:
- name: vault
- system: True
- gid_from_name: True
- gid: vault
- home: /var/lib/vault
- require:
- group: vault-package-install-group-present

vault-package-install-file-directory:
file.directory:
Expand Down

0 comments on commit dee3748

Please sign in to comment.