| Due to the recent changes on package providers, when no default package provider is explicitly set it will always fallback to gem/puppet_gem/pip/pip3 because of the way that specificity is calculated for a system which does not have a default(the match expression and number of ancestors) Since those are specific language package managers, their specificity should be lowered to 1 if none of those providers are set as default provider, otherwise the specificity is calculated like it was before. |