Skip to content

Commit efc530e

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

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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)