This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
From
https://github.com/salt-formulas/salt-formula-linux/pull/223/files
pull/231/head
Jesse Pendergrass
2 years ago
parent
16a8cb567b
commit
17110cbee8
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
linux/system/user.sls
+ 1
- 1
linux/system/user.sls
View File
@@ -49,7 +49,7 @@ system_user_{{ name }}:
{%- if user.gid is defined and user.gid %}
- gid: {{ user.gid }}
{%- else %}
- gid
_from_name: true
- gid
: {{ name }}
{%- endif %}
{%- if user.groups is defined %}
- groups: {{ user.groups }}
Write
Preview
Loading…
Cancel
Save