瀏覽代碼

Merge "Don't try to update timezone when grain noservices is set"

pull/171/head
mcp-jenkins 6 年之前
父節點
當前提交
b938dde500
共有 1 個文件被更改,包括 4 次插入1 次删除
  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 %}

Loading…
取消
儲存