mirror of https://github.com/zulip/zulip.git
zmirror: Update Debathena release in configuration.
The zulip_ops configuration is now for xenial, not obsolete wheezy.
This commit is contained in:
parent
bd9176d1d9
commit
6f9c73d0e5
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue