diff --git a/puppet/zulip_ops/files/motd.lb0 b/puppet/zulip_ops/files/motd.lb0 deleted file mode 100644 index 08c3021a8b..0000000000 --- a/puppet/zulip_ops/files/motd.lb0 +++ /dev/null @@ -1,13 +0,0 @@ -The programs included with the Debian GNU/Linux system are free software; -the exact distribution terms for each program are described in the -individual files in /usr/share/doc/*/copyright. - -Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent -permitted by applicable law. - -You are connected to lb0.zulip.net. - -To connect to an app server, you need to run: - ssh .zulip.net - -Note the .net, not the .com. diff --git a/puppet/zulip_ops/manifests/loadbalancer.pp b/puppet/zulip_ops/manifests/loadbalancer.pp index 5f891c90b3..18e20680e8 100644 --- a/puppet/zulip_ops/manifests/loadbalancer.pp +++ b/puppet/zulip_ops/manifests/loadbalancer.pp @@ -13,14 +13,6 @@ class zulip_ops::loadbalancer { notify => Service['nginx'], } - file { '/etc/motd': - ensure => file, - owner => 'root', - group => 'root', - mode => '0644', - source => 'puppet:///modules/zulip_ops/motd.lb0', - } - file { '/etc/nginx/sites-enabled/loadbalancer': ensure => 'link', require => Package['nginx-full'],