saltstack-formulas / timezone-formula

Setup and configure timezone.
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Apache License 2.0
7 stars 67 forks source link

automatically install timezone packages and set symlink to localtime-file #1

Closed thomic closed 8 years ago

thomic commented 8 years ago

these changes will work for Debian, RedHat and Suse, other distributions can easily be added in the map.jinja file it will install the related package containing the timezone-data and linking from those freshly installed timezone-data via symlink to /etc/localtime

aboe76 commented 8 years ago

good stuff !