Skip to content

Commit

Permalink
Merge pull request #689 from MiamiOH/fix-gpgkey-file
Browse files Browse the repository at this point in the history
fix remi-php56 repo gpgkey file
  • Loading branch information
kenyon authored Dec 5, 2023
2 parents 8ef1425 + 232e504 commit b809fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo/redhat.pp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
mirrorlist => "https://rpms.remirepo.net/enterprise/${releasever}/php56/mirror",
enabled => 1,
gpgcheck => 1,
gpgkey => 'https://rpms.remirepo.net/RPM-GPG-KEY-remi',
gpgkey => 'https://rpms.remirepo.net/RPM-GPG-KEY-remi2023',
priority => 1,
}
}

0 comments on commit b809fbd

Please sign in to comment.