mirror of https://github.com/zulip/zulip.git
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:
parent
d3c99682c3
commit
c5cace3600
|
@ -3,7 +3,7 @@
|
|||
class zulip_ops::app_frontend_monitoring {
|
||||
include zulip_ops::prometheus::rabbitmq
|
||||
include zulip_ops::prometheus::uwsgi
|
||||
include zulip_ops::prometheus::tornado
|
||||
include zulip_ops::prometheus::process
|
||||
zulip_ops::firewall_allow { 'grok_exporter': port => '9144' }
|
||||
include zulip_ops::munin_node
|
||||
$munin_plugins = [
|
||||
|
|
Loading…
Reference in New Issue