openvpn: Change check_openvpn destination file to comply with recent EvoBSD change
gitea/ansible-roles/pipeline/head This commit looks good Details

This commit is contained in:
Jérémy Dubois 2023-01-31 11:13:08 +01:00
parent 8244bd4615
commit f354f16cd6
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* webapps/nextcloud : Small enhancement on the vhost template to lock out data dir
* nagios-nrpe : Rewrite check_vrrpd for a better check (check rp_filter, vrrpd and uvrrpd compatible, use arguments, …)
* postfix: come back to default value of `notify_classes` for pack mails.
* openvpn: Change check_openvpn destination file to comply with recent EvoBSD change
### Fixed

View File

@ -132,7 +132,7 @@
- name: Configure NRPE OpenVPN check
lineinfile:
dest: "/etc/nrpe.d/zzz_evolix.cfg"
dest: "/etc/nrpe.d/evolix.cfg"
regexp: '^command\[check_openvpn\]='
line: "command[check_openvpn]=/usr/local/libexec/nagios/plugins/check_openvpn.pl -H 127.0.0.1 -p 1195 -P {{ management_pwd }}"
create: yes