puppet: Remove obsolete zuliprc.nagios file.

This hasn't done anything for years.
This commit is contained in:
Tim Abbott 2017-05-26 15:14:12 -07:00
parent ccb4c5c26f
commit 55f69c677a
2 changed files with 0 additions and 14 deletions

View File

@ -1,7 +0,0 @@
# Zulip, Inc's internal nagios plugin configuration.
# The plugin and example config are under api/integrations/
[api]
email = nagios-bot@zulip.com
key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
site = https://zulip.com

View File

@ -75,13 +75,6 @@ class zulip_ops::nagios {
content => template('zulip_ops/nagios_autossh.template.erb'),
notify => Service["nagios3"],
}
file { '/etc/nagios3/zuliprc':
ensure => file,
mode => 644,
owner => "root",
group => "root",
source => '/root/zulip/api/integrations/zephyr/zuliprc.nagios',
}
exec { "fix_nagios_permissions":
command => "dpkg-statoverride --update --add nagios www-data 2710 /var/lib/nagios3/rw",