Puppet Version: 6.11.0 Puppet Server Version: 6.11.0 OS Name/Version: Debian 9
puppet resource package prometheus-client ensure='0.7.1' provider='pip3' --debug
Desired Behavior:
Package install without failing notice in debug log.
Actual Behavior:
Debug log contains strange string:
Debug: Cannot parse 0.7.1 as a pip version range, falling through.
PR: https://github.com/puppetlabs/puppet/pull/8138