使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
users-formula
镜像自地址
https://github.com/saltstack-formulas/users-formula
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
13
百科
动态
浏览代码
Merge pull request
#3
from duk3luk3/master
Fixed user default shell source
tags/v0.45.0
David Boucha
11 年前
父节点
44f773ea5d
b07d21f4c6
当前提交
6b1d798302
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
显示文件统计
+1
-1
users/init.sls
+ 1
- 1
users/init.sls
查看文件
@@ -28,7 +28,7 @@ include:
user.present:
- name: {{ name }}
- home: {{ home }}
- shell: {{
pilla
r.get('shell', '/bin/bash') }}
- shell: {{
use
r.get('shell', '/bin/bash') }}
{% if 'uid' in user -%}
- uid: {{ user['uid'] }}
{% endif %}
撰写
预览
正在加载...
取消
保存