mirror of
https://github.com/saltstack-formulas/timezone-formula.git
synced 2026-07-24 00:45:48 +02:00
bugfix in symlink function
This commit is contained in:
+5
-5
@@ -13,8 +13,8 @@ timezone.packages:
|
||||
pkg.installed:
|
||||
- name: {{ confmap.pkgname }}
|
||||
|
||||
{{ confmap.path-localtime }}:
|
||||
file.symlink:
|
||||
- target: {{ path-zoneinfo }}{{ timezone }}
|
||||
- require:
|
||||
- pkg: {{ confmap.pkgname }}
|
||||
file.symlink:
|
||||
- name: {{ confmap.path-localtime }}
|
||||
- target: {{ path-zoneinfo }}{{ timezone }}
|
||||
- require:
|
||||
- pkg: {{ confmap.pkgname }}
|
||||
|
||||
Reference in New Issue
Block a user