split up common
This commit is contained in:
8
cron/init.sls
Normal file
8
cron/init.sls
Normal file
@@ -0,0 +1,8 @@
|
||||
{% from "cron/map.jinja" import cron with context %}
|
||||
|
||||
cron:
|
||||
pkg.installed:
|
||||
- name: {{ cron.pkg }}
|
||||
service.running:
|
||||
- name: {{ cron.svc }}
|
||||
- reload: {{ cron.reload | yaml_encode }}
|
||||
Reference in New Issue
Block a user