paulbsd-salt/states/time/install.sls

6 lines
114 B
Plaintext
Raw Normal View History

2020-09-27 21:12:16 +02:00
---
{%- from "time/map.jinja" import time with context %}
time-pkgs:
2022-12-24 17:48:15 +01:00
pkg.installed:
2021-08-19 21:15:24 +02:00
- pkgs: {{ time.pkgs }}