mirror of
https://github.com/saltstack-formulas/timezone-formula.git
synced 2025-07-22 06:22:06 +02:00
10 lines
176 B
YAML
10 lines
176 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
timezone:
|
|
name: Europe/Berlin
|
|
utc: true
|
|
path_localtime: /etc/localtime
|
|
path_zoneinfo: /usr/share/zoneinfo/
|
|
pkgname: tzdata
|