mirror of
https://github.com/saltstack-formulas/timezone-formula.git
synced 2025-07-19 07:20:46 +02:00
another symlink bugfix testing
This commit is contained in:
parent
136815edfb
commit
f156e4b74a
@ -13,8 +13,10 @@ timezone.packages:
|
|||||||
pkg.installed:
|
pkg.installed:
|
||||||
- name: {{ confmap.pkgname }}
|
- name: {{ confmap.pkgname }}
|
||||||
|
|
||||||
file.symlink:
|
timezone.symlink:
|
||||||
- name: {{ confmap.path-localtime }}
|
file.symlink:
|
||||||
- target: {{ confmap.path-zoneinfo }}{{ timezone }}
|
- name: {{ confmap.path-localtime }}
|
||||||
- require:
|
- target: {{ confmap.path-zoneinfo }}{{ timezone }}
|
||||||
- pkg: {{ confmap.pkgname }}
|
- force: true
|
||||||
|
- require:
|
||||||
|
- pkg: {{ confmap.pkgname }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user