| Puppet Version: 6.14.0.135.gaf1499b7 (but may have started happening in earlier builds) Puppet Server Version: N/A, but using latest PE master build (rc2-37) OS Name/Version: centos 6, sles 12, ubuntu 18.04 When doing a puppet agent -t run, the following warnings are printed.
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/provider/package/pip.rb:18: warning: already initialized constant PIP_VERSION |
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/provider/package/pip.rb:18: warning: previous definition of PIP_VERSION was here |
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/provider/package/pip.rb:19: warning: already initialized constant PIP_VERSION_RANGE |
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/provider/package/pip.rb:19: warning: previous definition of PIP_VERSION_RANGE was here
|
This doesn't cause any errors, but is printed on every run. |