本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
ExternalMirrors
/
linux-formula
镜像来自
https://github.com/salt-formulas/salt-formula-linux
關注
1
收藏
0
複製
1
程式碼
問題
0
版本發佈
8
Wiki
活動
瀏覽代碼
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 %}
Write
Preview
Loading…
取消
儲存