We are using the logrotate configuration shipped with the apache2 package and do not want it to be overwritten. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
15 lines
294 B
Plaintext
15 lines
294 B
Plaintext
# -*- coding: utf-8 -*-
|
|
# vim: ft=sls
|
|
|
|
include:
|
|
- .file
|
|
# .modules.clean # disable (exclude from init state)
|
|
# .modules # enable by default (read pillars)
|
|
# .debian_full
|
|
- .flags
|
|
- .manage_security
|
|
- .no_default_vhost
|
|
# .own_default_vhost
|
|
- .register_site
|
|
- .vhosts
|