mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
7 lines
213 B
Puppet
7 lines
213 B
Puppet
# Declare Apt key for apt.puppetlabs.com source
|
|
apt::key { 'puppetlabs':
|
|
key => '4BD6EC30',
|
|
key_server => 'pgp.mit.edu',
|
|
key_options => 'http-proxy="http://proxyuser:proxypass@example.org:3128"',
|
|
}
|