mirror of
https://github.com/saltstack-formulas/timezone-formula.git
synced 2024-11-28 03:27:59 +01:00
11 lines
182 B
YAML
11 lines
182 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
timezone:
|
|
name: Europe/Berlin
|
|
utc: true
|
|
path_localtime: /etc/localtime
|
|
path_zoneinfo: /usr/share/zoneinfo/
|
|
pkg:
|
|
name: tzdata
|