소스 검색
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 년 전
No account linked to committer's email address
1개의 변경된 파일과
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 %} |