You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally SLES 12 was a PE-only agent installed from the PE server, which
creates a self-signed CA, so commit 1b62f86
disabled SSL verification.
Later commit 6b7fda9 extended the module for
open source SLES, and we continued to disable ssl verification.
Later commit 8256a2c added a guard clause
unless $::operatingsystemmajrelease == '11' and $::puppet_agent::is_pe {
if getvar('::puppet_agent::manage_repo') == true {
which meant we only disabled ssl verification on not-PE.
There's no good reason to continue doing that, so remove it.
0 commit comments