diff --git a/lib/puppet/provider/rhsm_reconfigure_script/rhsm_reconfigure_script.rb b/lib/puppet/provider/rhsm_reconfigure_script/rhsm_reconfigure_script.rb index 44ae55bd..0a52e4fd 100644 --- a/lib/puppet/provider/rhsm_reconfigure_script/rhsm_reconfigure_script.rb +++ b/lib/puppet/provider/rhsm_reconfigure_script/rhsm_reconfigure_script.rb @@ -125,9 +125,8 @@ def script_template # also add the katello ca cert to the system wide ca cert store if [ -d $CA_TRUST_ANCHORS ]; then - update-ca-trust enable cp $CERT_DIR/$KATELLO_SERVER_CA_CERT $CA_TRUST_ANCHORS - update-ca-trust + update-ca-trust extract fi # restart yggdrasild if it is installed and running