f0cf823177
Following the template-formula example.
8 lines
167 B
Text
8 lines
167 B
Text
# -*- coding: utf-8 -*-
|
|
# vim: ft=sls
|
|
|
|
{% from "logrotate/map.jinja" import logrotate with context %}
|
|
|
|
logrotate-pkg:
|
|
pkg.installed:
|
|
- name: {{ logrotate.pkg }}
|