puppet: Fix includes for new name of zulip_ops::prometheus::tornado.

This fixes the `include` name for the file renamed in 740a494ba4.
This commit is contained in:
Alex Vandiver 2023-08-09 02:32:27 +00:00
parent d3c99682c3
commit c5cace3600
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
class zulip_ops::app_frontend_monitoring { class zulip_ops::app_frontend_monitoring {
include zulip_ops::prometheus::rabbitmq include zulip_ops::prometheus::rabbitmq
include zulip_ops::prometheus::uwsgi include zulip_ops::prometheus::uwsgi
include zulip_ops::prometheus::tornado include zulip_ops::prometheus::process
zulip_ops::firewall_allow { 'grok_exporter': port => '9144' } zulip_ops::firewall_allow { 'grok_exporter': port => '9144' }
include zulip_ops::munin_node include zulip_ops::munin_node
$munin_plugins = [ $munin_plugins = [