mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
puppet: Fix zmirror apt source resource
The resource is called "apt::source", not "apt::sources_list" (imported from commit 5ace3d9a62e361b3c7f0b54bf69ac91c1136bb6d)
This commit is contained in:
@@ -18,7 +18,7 @@ class zulip_internal::zmirror {
|
|||||||
]
|
]
|
||||||
package { $zmirror_packages: ensure => "installed" }
|
package { $zmirror_packages: ensure => "installed" }
|
||||||
|
|
||||||
apt::sources_list {'debathena':
|
apt::source {'debathena':
|
||||||
location => 'http://debathena.mit.edu/apt',
|
location => 'http://debathena.mit.edu/apt',
|
||||||
release => 'wheezy',
|
release => 'wheezy',
|
||||||
repos => 'debathena debathena-config',
|
repos => 'debathena debathena-config',
|
||||||
|
|||||||
Reference in New Issue
Block a user