paulbsd-salt/states/time/init.sls

8 lines
126 B
Plaintext
Raw Normal View History

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