Add support for setting timezone

This commit is contained in:
Carlos Álvaro
2018-11-12 09:45:57 +01:00
parent e7c8dc1167
commit cabb92cbf7
6 changed files with 33 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
#!/usr/bin/env bash
DEBUG=${DEBUG:-false}
TIMEZONE=${TIMEZONE:-UTC}
# https://docs.saltstack.com/en/latest/ref/configuration/master.html
##### Logging settings #####