Skip to content

Commit 7dfd4c4

Browse files
committed
backports: correct key param docs
The default key for Debian was removed in #847, and I'm about to do the same for Ubuntu.
1 parent bf0b960 commit 7dfd4c4

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

REFERENCE.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -470,12 +470,7 @@ Default value: `undef`
470470
Data type: `Optional[Variant[String, Hash]]`
471471

472472
Specifies a key to authenticate the backports. Valid options: a string to be passed to the id parameter of the apt::key defined type, or a
473-
hash of parameter => value pairs to be passed to apt::key's id, server, content, source, and/or options parameters. Default value
474-
for Debian and Ubuntu varies:
475-
476-
- Debian: 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553'
477-
478-
- Ubuntu: '630239CC130E1A7FD81A27B140976EAF437D05B5'
473+
hash of parameter => value pairs to be passed to apt::key's id, server, content, source, and/or options parameters.
479474

480475
Default value: `undef`
481476

manifests/backports.pp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,7 @@
3434
#
3535
# @param key
3636
# Specifies a key to authenticate the backports. Valid options: a string to be passed to the id parameter of the apt::key defined type, or a
37-
# hash of parameter => value pairs to be passed to apt::key's id, server, content, source, and/or options parameters. Default value
38-
# for Debian and Ubuntu varies:
39-
#
40-
# - Debian: 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553'
41-
#
42-
# - Ubuntu: '630239CC130E1A7FD81A27B140976EAF437D05B5'
37+
# hash of parameter => value pairs to be passed to apt::key's id, server, content, source, and/or options parameters.
4338
#
4439
# @param pin
4540
# Specifies a pin priority for the backports. Valid options: a number or string to be passed to the `id` parameter of the `apt::pin` defined

0 commit comments

Comments
 (0)