使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
linux-formula
镜像自地址
https://github.com/salt-formulas/salt-formula-linux
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
8
百科
动态
浏览代码
From
https://github.com/salt-formulas/salt-formula-linux/pull/223/files
pull/231/head
Jesse Pendergrass
2 年前
父节点
16a8cb567b
当前提交
17110cbee8
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
显示文件统计
+1
-1
linux/system/user.sls
+ 1
- 1
linux/system/user.sls
查看文件
@@ -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 }}
撰写
预览
正在加载...
取消
保存