mirror of https://github.com/zulip/zulip.git
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:
parent
9d4f3f1e1b
commit
f9ad75f58e
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue