puppet: Remove configuration for old zulip.com bots host.

This configuration didn't do anything anyway and just clutters the
repo.
This commit is contained in:
Tim Abbott 2016-08-03 12:41:44 -07:00 committed by Tim Abbott
parent 9d4f3f1e1b
commit f9ad75f58e
2 changed files with 0 additions and 17 deletions

View File

@ -54,14 +54,6 @@ define host{
hostgroups all,zmirror
}
define host{
use generic-host
host_name bots
alias bots
address bots.zulip.net
hostgroups all,not_pageable_servers
}
define host{
use generic-host
host_name postgres1

View File

@ -1,9 +0,0 @@
class zulip_ops::bots {
include zulip_ops::base
include zulip::supervisor
file { '/etc/supervisor/conf.d/feedback-bot.conf':
ensure => absent,
}
}