File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
proj . extra_file_to_sign File . join ( proj . bindir , 'puppet' )
31
31
proj . extra_file_to_sign File . join ( proj . bindir , 'pxp-agent' )
32
32
proj . extra_file_to_sign File . join ( proj . bindir , 'wrapper.sh' )
33
- proj . signing_hostname 'osx-signer-prod-2 .delivery.puppetlabs.net'
33
+ proj . signing_hostname 'osx-signer-prod-3 .delivery.puppetlabs.net'
34
34
proj . signing_username 'jenkins'
35
35
proj . signing_command 'security -q unlock-keychain -p \$$OSX_SIGNING_KEYCHAIN_PW \$$OSX_SIGNING_KEYCHAIN; codesign --timestamp --keychain \$$OSX_SIGNING_KEYCHAIN -vfs \"\$$OSX_CODESIGNING_CERT\"'
36
36
end
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ rpm_targets: 'el-6-x86_64 el-7-x86_64 el-8-x86_64 el-9-x86_64 redhatfips-7-x86_6
147
147
sign_tar : FALSE
148
148
osx_signing_cert : " Developer ID Installer: PUPPET LABS, INC. (VKGLGN2B6Y)"
149
149
osx_signing_keychain : " /Users/jenkins/Library/Keychains/signing.keychain"
150
- osx_signing_server : ' osx-signer-prod-2 .delivery.puppetlabs.net'
150
+ osx_signing_server : ' osx-signer-prod-3 .delivery.puppetlabs.net'
151
151
vanagon_project : TRUE
152
152
apt_repo_name : ' puppet7'
153
153
yum_repo_name : ' puppet7'
You can’t perform that action at this time.
0 commit comments