mirror of https://github.com/zulip/zulip.git
puppet: Convert zmirror2 to use apt module for debathena sources
(imported from commit 67c71e15b5e5cbdffaa12953eaa7c0c72e7b107a)
This commit is contained in:
parent
08a6969f48
commit
b190a24f40
|
@ -18,12 +18,13 @@ class zulip_internal::zmirror_personals {
|
|||
]
|
||||
package { $zmirror_packages: ensure => "installed" }
|
||||
|
||||
file { '/etc/apt/sources.list.d/debathena.list':
|
||||
ensure => file,
|
||||
mode => 644,
|
||||
owner => "root",
|
||||
group => "root",
|
||||
source => 'puppet:///modules/zulip_internal/debathena.list',
|
||||
apt::source {'debathena':
|
||||
location => 'http://debathena.mit.edu/apt',
|
||||
release => 'wheezy',
|
||||
repos => 'debathena debathena-config',
|
||||
key => 'D1CD49BDD30B677273A75C66E4EE62700D8A9E8F',
|
||||
key_source => 'https://debathena.mit.edu/apt/debathena-archive.asc',
|
||||
include_src => true,
|
||||
}
|
||||
file { ['/home/zulip/api-keys', '/home/zulip/zephyr_sessions', '/home/zulip/ccache',
|
||||
'/home/zulip/mirror_status']:
|
||||
|
|
Loading…
Reference in New Issue