mirror of
https://github.com/saltstack-formulas/timezone-formula.git
synced 2025-02-17 18:14:29 +01:00
bugfix in symlink function
This commit is contained in:
parent
3fb41ca3b8
commit
d82f9c9a82
@ -13,8 +13,8 @@ timezone.packages:
|
|||||||
pkg.installed:
|
pkg.installed:
|
||||||
- name: {{ confmap.pkgname }}
|
- name: {{ confmap.pkgname }}
|
||||||
|
|
||||||
{{ confmap.path-localtime }}:
|
|
||||||
file.symlink:
|
file.symlink:
|
||||||
|
- name: {{ confmap.path-localtime }}
|
||||||
- target: {{ path-zoneinfo }}{{ timezone }}
|
- target: {{ path-zoneinfo }}{{ timezone }}
|
||||||
- require:
|
- require:
|
||||||
- pkg: {{ confmap.pkgname }}
|
- pkg: {{ confmap.pkgname }}
|
||||||
|
Loading…
Reference in New Issue
Block a user