Procházet zdrojové kódy

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 před 6 roky
rodič
revize
517a910f29
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. +4
    -1
      linux/system/timezone.sls

+ 4
- 1
linux/system/timezone.sls Zobrazit soubor

@@ -5,8 +5,11 @@

{{ system.timezone }}:
timezone.system:
{%- if grains.get('noservices') %}
- onlyif: /bin/false
{%- endif %}
- utc: {{ system.utc }}

{%- endif %}

{%- endif %}
{%- endif %}

Načítá se…
Zrušit
Uložit