1
0
Fork 0
mirror of synced 2024-05-25 19:41:09 -04:00
formula-logrotate/logrotate/init.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

8 lines
113 B
Plaintext

# -*- coding: utf-8 -*-
# vim: ft=sls
include:
- logrotate.install
- logrotate.config
- logrotate.service