浏览代码

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

as it will fail because dbus service is not running

Change-Id: I498f5b09b146c643f4d53ab0cb65146274f12b5d
pull/171/head
Bruno Binet 6 年前
父节点
当前提交
517a910f29
没有帐户链接到提交者的电子邮件
共有 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 %}

正在加载...
取消
保存