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
Since c6ca80f the facts do not do what they are supposed to do:
The pkg resources always gets the information from the python-pip package.
Beyond that, on operatingsystems != Debian/Ubuntu every puppet run will throw an ugly error, because the packages have different names than python-pip.
Could not retrieve fact='virtualenv_version', resolution='<anonymous>': No package found with the specified name [<unspecified category>/python-pip]
Could not retrieve fact='system_python_version', resolution='<anonymous>': No package found with the specified name [<unspecified category>/python-pip]
Suggeststion::
We throw that entire pkg = Code away and only keep the weight 100 facts.
I can send a PR if wanted.
The text was updated successfully, but these errors were encountered:
Since c6ca80f the facts do not do what they are supposed to do:
The pkg resources always gets the information from the python-pip package.
Beyond that, on operatingsystems != Debian/Ubuntu every puppet run will throw an ugly error, because the packages have different names than python-pip.
Suggeststion::
We throw that entire pkg = Code away and only keep the weight 100 facts.
I can send a PR if wanted.
The text was updated successfully, but these errors were encountered: