1
0
Fork 0
formula-logrotate/logrotate/init.sls

10 lines
222 B
Plaintext
Raw Normal View History

2015-01-01 13:52:08 -05:00
{% from "logrotate/map.jinja" import logrotate with context %}
logrotate:
pkg.installed:
- name: {{ logrotate.pkg|json }}
service.running:
- name: {{ logrotate.service }}
- enable: True
- reload: True