logsentry: delete unused default file that we put in /usr/share/scripts

dev
Jérémy Dubois 4 months ago
parent 60fd0e1e38
commit 7258d99d13

@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* base: add munin files in newsyslog.conf by default
* nagios-nrpe: add some information in check_connections_state.sh check
* ospf: precise in the readme file that no daemon is configured/activated
* logsentry: delete unused default file that we put in /usr/share/scripts
### Changed

@ -31,6 +31,11 @@
- logsentry
- logsentry-config
- name: "Delete unused default script"
file:
state: absent
path: /etc/logsentry/logsentry.sh
- name: "Hourly cron job for logsentry.sh is installed"
cron:
name: logsentry

Loading…
Cancel
Save