1
0
Fork 0
mirror of synced 2024-05-29 13:21:10 -04:00
formula-logrotate/logrotate/install.sls
Gilles Dartiguelongue f0cf823177 Split init.sls into config, install and service
Following the template-formula example.
2017-02-14 17:13:57 +01:00

9 lines
167 B
Plaintext

# -*- coding: utf-8 -*-
# vim: ft=sls
{% from "logrotate/map.jinja" import logrotate with context %}
logrotate-pkg:
pkg.installed:
- name: {{ logrotate.pkg }}