Преглед изворни кода

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…
Откажи
Сачувај