Skip to content

Commit d04d410

Browse files
author
Eric Griswold
authored
Merge pull request #317 from saimonn/use_apt_keyring
use apt keyring instead of trusted.d
2 parents 0302a43 + c7b4510 commit d04d410

8 files changed

+8
-8
lines changed

ci/create-packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function fpm_log_format {
135135
function install_deb_key_files {
136136
project_target_repo=$(jq --raw-output .target_repo "$project_json")
137137
install -D "$source_directory/keyring.gpg" \
138-
"$build_directory/etc/apt/trusted.gpg.d/$project_target_repo-keyring.gpg"
138+
"$build_directory/etc/apt/keyrings/puppetlabs-keyring.gpg"
139139
}
140140

141141
function install_rpm_key_files {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Puppet __CODENAME__ Repository
2-
deb http://apt.puppet.com __CODENAME__ puppet
2+
deb [signed-by=/etc/apt/keyrings/puppetlabs-keyring.gpg] http://apt.puppet.com __CODENAME__ puppet
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Puppet Tools __CODENAME__ Repository
2-
deb http://apt.puppet.com __CODENAME__ puppet-tools
2+
deb [signed-by=/etc/apt/keyrings/puppetlabs-keyring.gpg] http://apt.puppet.com __CODENAME__ puppet-tools
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Puppet 7 __CODENAME__ Repository
2-
deb http://apt.puppet.com __CODENAME__ puppet7
2+
deb [signed-by=/etc/apt/keyrings/puppetlabs-keyring.gpg] http://apt.puppet.com __CODENAME__ puppet7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Puppet 8 __CODENAME__ Repository
2-
deb http://apt.puppet.com __CODENAME__ puppet8
2+
deb [signed-by=/etc/apt/keyrings/puppetlabs-keyring.gpg] http://apt.puppet.com __CODENAME__ puppet8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Puppet Nightly __CODENAME__ Repository
2-
deb http://nightlies.puppet.com/apt __CODENAME__ puppet-nightly
2+
deb [signed-by=/etc/apt/keyrings/puppetlabs-keyring.gpg] http://nightlies.puppet.com/apt __CODENAME__ puppet-nightly
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Puppet 7 Nightly __CODENAME__ Repository
2-
deb http://nightlies.puppet.com/apt __CODENAME__ puppet7-nightly
2+
deb [signed-by=/etc/apt/keyrings/puppetlabs-keyring.gpg] http://nightlies.puppet.com/apt __CODENAME__ puppet7-nightly
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Puppet 8 Nightly __CODENAME__ Repository
2-
deb http://nightlies.puppet.com/apt __CODENAME__ puppet8-nightly
2+
deb [signed-by=/etc/apt/keyrings/puppetlabs-keyring.gpg] http://nightlies.puppet.com/apt __CODENAME__ puppet8-nightly

0 commit comments

Comments
 (0)