mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 04:51:58 +00:00
Added all files from my pr + the modified puppet manifests
This commit is contained in:
21
custom_zulip_files/puppet/apt/manifests/debian/unstable.pp
Normal file
21
custom_zulip_files/puppet/apt/manifests/debian/unstable.pp
Normal file
@@ -0,0 +1,21 @@
|
||||
# unstable.pp
|
||||
|
||||
class apt::debian::unstable {
|
||||
include apt
|
||||
|
||||
# deb http://debian.mirror.iweb.ca/debian/ unstable main contrib non-free
|
||||
# deb-src http://debian.mirror.iweb.ca/debian/ unstable main contrib non-free
|
||||
# Key: 55BE302B Server: subkeys.pgp.net
|
||||
# debian-keyring
|
||||
# debian-archive-keyring
|
||||
|
||||
apt::source { 'debian_unstable':
|
||||
location => 'http://debian.mirror.iweb.ca/debian/',
|
||||
release => 'unstable',
|
||||
repos => 'main contrib non-free',
|
||||
required_packages => 'debian-keyring debian-archive-keyring',
|
||||
key => '55BE302B',
|
||||
key_server => 'subkeys.pgp.net',
|
||||
pin => '-10',
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user