Release 22.12 #165

Merged
jlecour merged 76 commits from unstable into stable 2022-12-14 12:02:46 +01:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 982112bd64 - Show all commits

View file

@ -21,6 +21,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* nagios-nrpe: check_haproxy_stats supports DRAIN status
* packweb-apache: enable log_forensic module
* varnish: create special tmp directory for syntax validation
* rabbitmq: add link in default page
### Changed

View file

@ -47,3 +47,9 @@
- include: munin.yml
when: etc_munin_directory.stat.exists
- name: entry for RabbitMQ in web page is present
lineinfile:
dest: /var/www/index.html
insertbefore: '</ul>'
line: '<li><a href="/rabbitmq.html">RabbitMQ</a></li>'