Add or remove SSL protocols in your PE infrastructure.
To change what SSL protocols your PE infrastructure uses, use Hiera or the console to add or remove protocols.
Use the parameter puppet_enterprise::master::puppetserver::ssl_protocols
and add an array for protocols you want to include, or remove protocols you no longer
want to use.
puppet_enterprise::master::puppetserver::ssl_protocols["TLSv1.1", "TLSv1.2"]