zmirror: Update Debathena release in configuration.

The zulip_ops configuration is now for xenial, not obsolete wheezy.
This commit is contained in:
Tim Abbott 2016-08-14 16:35:01 -07:00 committed by Tim Abbott
parent bd9176d1d9
commit 6f9c73d0e5
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ class zulip_ops::zmirror {
apt::source {'debathena':
location => 'http://debathena.mit.edu/apt',
release => 'wheezy',
release => 'xenial',
repos => 'debathena debathena-config',
key => 'D1CD49BDD30B677273A75C66E4EE62700D8A9E8F',
key_source => 'https://debathena.mit.edu/apt/debathena-archive.asc',

View File

@ -19,7 +19,7 @@ class zulip_ops::zmirror_personals {
apt::source {'debathena':
location => 'http://debathena.mit.edu/apt',
release => 'wheezy',
release => 'xenial',
repos => 'debathena debathena-config',
key => 'D1CD49BDD30B677273A75C66E4EE62700D8A9E8F',
key_source => 'https://debathena.mit.edu/apt/debathena-archive.asc',