Skip to content

Commit

Permalink
update user helpers for saltstack/salt#48704
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelic committed Jul 10, 2020
1 parent 392258e commit 01982b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srv/salt/mn/users/helpers_py.sls
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def create_user(username, groups=None, optional_groups=None, key_pillars=None, p
optional_groups=optional_groups,
home='/home/%s' % username,
password=password,
gid_from_name=create_default_group,
usergroup=create_default_group,
shell="/bin/bash"
)

Expand Down

0 comments on commit 01982b4

Please sign in to comment.