mirror of
https://github.com/saltstack-formulas/timezone-formula.git
synced 2026-07-23 20:33:22 +02:00
another symlink bugfix testing
This commit is contained in:
+7
-5
@@ -13,8 +13,10 @@ timezone.packages:
|
||||
pkg.installed:
|
||||
- name: {{ confmap.pkgname }}
|
||||
|
||||
file.symlink:
|
||||
- name: {{ confmap.path-localtime }}
|
||||
- target: {{ confmap.path-zoneinfo }}{{ timezone }}
|
||||
- require:
|
||||
- pkg: {{ confmap.pkgname }}
|
||||
timezone.symlink:
|
||||
file.symlink:
|
||||
- name: {{ confmap.path-localtime }}
|
||||
- target: {{ confmap.path-zoneinfo }}{{ timezone }}
|
||||
- force: true
|
||||
- require:
|
||||
- pkg: {{ confmap.pkgname }}
|
||||
|
||||
Reference in New Issue
Block a user