Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8396042
apt_config.pp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
424 B
Subscribers
None
apt_config.pp
View Options
class
profile
::
jenkins
::
apt_config
{
$mirror
=
lookup
(
'jenkins::apt_config::mirror'
)
$keyid
=
lookup
(
'jenkins::apt_config::keyid'
)
$key
=
lookup
(
'jenkins::apt_config::key'
)
apt
::
source
{
'jenkins'
:
location
=>
$mirror,
release
=>
'binary/'
,
repos
=>
''
,
key
=>
{
id
=>
$keyid,
content
=>
$key,
},
include
=>
{
src
=>
false
,
deb
=>
true
,
}
}
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Jun 4 2025, 7:48 PM (12 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3244912
Attached To
rSPSITE puppet-swh-site
Event Timeline
Log In to Comment