使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
linux-formula
镜像自地址
https://github.com/salt-formulas/salt-formula-linux
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
8
百科
动态
浏览代码
Merge "Don't try to update timezone when grain noservices is set"
pull/171/head
mcp-jenkins
6 年前
父节点
dd80ea394b
517a910f29
当前提交
b938dde500
共有
1 个文件被更改
,包括
4 次插入
和
1 次删除
分列视图
显示文件统计
+4
-1
linux/system/timezone.sls
+ 4
- 1
linux/system/timezone.sls
查看文件
@@ -5,8 +5,11 @@
{{ system.timezone }}:
timezone.system:
{%- if grains.get('noservices') %}
- onlyif: /bin/false
{%- endif %}
- utc: {{ system.utc }}
{%- endif %}
{%- endif %}
{%- endif %}
撰写
预览
正在加载...
取消
保存