[BUG] Using signed-by
does not support key_text
with pkgrepo
/aptpkg
#67038
Labels
signed-by
does not support key_text
with pkgrepo
/aptpkg
#67038
Description
With the deprecation of
apt-key
repositories are now supposed to used thesigned-by
option. If thename
of thepkgrepo.managed
state contains thesigned-by
option with thekey_url
option, then Salt handles creating the correct keyfile on disk (at the location specified by thesigned-by
option.However, if the the
key_text
option is used instead ofkey_url
then Salt does not create the key file.I would expect that using
key_text
to provide the repository signing key would behave the same as usingkey_url
.Setup
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior
Expected behavior
I expected the a keyfile would be created at
/etc/apt/keyrings/saltstack.asc
.Screenshots
N/A
Versions Report
Additional context
N/A
The text was updated successfully, but these errors were encountered: