openSUSE / salt

openSUSE and SUSE patches and backports for SaltStack
Apache License 2.0
22 stars 52 forks source link

Remove deprecated code from Test mode in x509.certificate_managed (#617) #678

Open winddss opened 1 month ago

winddss commented 1 month ago

What does this PR do?

Remove deprecated code from Test mode in x509.certificate_managed add in https://github.com/openSUSE/salt/commit/094b34760a85c3ee27bf64783624b17bd3bbca0

What issues does this PR fix or reference?

Fixes: #617

Previous Behavior

Test mode will failed with "name 'private_key_args' is not defined"

New Behavior

Test mode will success with result = 'None'

Commits signed with GPG?

Yes