paulbsd-salt/states/time/init.sls

10 lines
140 B
Plaintext
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
include:
2020-09-27 21:12:16 +02:00
- .install
2020-07-10 00:58:55 +02:00
- .timezone
- .config
- .service
{%- if not salt['grains.get']('container') %}
- .timeupdate
2020-09-27 21:12:16 +02:00
{%- endif %}