0
0
mirror of https://github.com/saltstack-formulas/timezone-formula.git synced 2024-11-27 23:07:47 +01:00

changed function names for better looking code

This commit is contained in:
Thorsten Bro 2016-09-29 14:56:35 +02:00
parent de9d96da1c
commit 72ef682bff

View File

@ -9,11 +9,11 @@ timezone_setting:
- name: {{ timezone }}
- utc: {{ utc }}
timezone.packages:
timezone_packages:
pkg.installed:
- name: {{ confmap.pkgname }}
timezone.symlink:
timezone_symlink:
file.symlink:
- name: {{ confmap.path_localtime }}
- target: {{ confmap.path_zoneinfo }}{{ timezone }}