From 5507575b7e4ba53d1cb009d19a5c2d63fb92f55f Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Tue, 10 Jun 2014 13:13:08 -0700 Subject: [PATCH] Switch install scripts to use apt.zulip.net for ops systems (imported from commit 3ff243459237ac673c5e8ae23077e628fa07a6b9) --- puppet/zulip_internal/manifests/base.pp | 2 +- tools/install-server | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/puppet/zulip_internal/manifests/base.pp b/puppet/zulip_internal/manifests/base.pp index e5d664971a..953d759384 100644 --- a/puppet/zulip_internal/manifests/base.pp +++ b/puppet/zulip_internal/manifests/base.pp @@ -18,7 +18,7 @@ class zulip_internal::base { package { $org_base_packages: ensure => "installed" } apt::source {'zulip': - location => 'http://apt.zulip.com/ops', + location => 'http://apt.zulip.net/ops', release => 'wheezy', repos => 'main', key => 'E5FB045CA79AA8FC25FDE9F3B4F81D07A529EF65', diff --git a/tools/install-server b/tools/install-server index 9abc240866..5da2de595f 100755 --- a/tools/install-server +++ b/tools/install-server @@ -58,7 +58,7 @@ sed -i 's/localhost$/localhost $hostname/' /etc/hosts wget -O /root/ops.asc https://zulip.com/dist/keys/ops.asc apt-key add /root/ops.asc cat >/etc/apt/sources.list.d/zulip.list <