another symlink bugfix testing

This commit is contained in:
Thorsten Bro 2016-09-28 16:35:52 +02:00
parent 136815edfb
commit f156e4b74a
1 changed files with 7 additions and 5 deletions

View File

@ -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 }}