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
When puppetizing a new host, the new facts pip_version, virtualenv_version and python_version fail to be loaded because of a missing rubygems gem:
Warning: Could not load fact file /var/lib/puppet/lib/facter/pip_version.rb: no such file to load -- rubygems
Warning: Could not load fact file /var/lib/puppet/lib/facter/virtualenv_version.rb: no such file to load -- rubygems
Warning: Could not load fact file /var/lib/puppet/lib/facter/python_version.rb: no such file to load -- rubygems
When puppetizing a new host, the new facts pip_version, virtualenv_version and python_version fail to be loaded because of a missing
rubygems
gem:Requiring rubygems was introduced with #146.
On the second puppet run, the warnings disappear because the gem is installed.
The text was updated successfully, but these errors were encountered: