Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Update key.pp #193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/templates/puppet/modules/apt/manifests/key.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# It is used as a unique identifier for this instance of apt::key. It gets
# hashed to ensure that the resource name doesn't end up being pages and
# pages (e.g. in the situation where key_content is specified).
$digest = sha1("${upkey}/${key_content}/${key_source}/${key_server}/")
$digest = str2saltedsha512("${upkey}/${key_content}/${key_source}/${key_server}/")

# Allow multiple ensure => present for the same key to account for many
# apt::source resources that all reference the same key.
Expand Down