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
The python class [says|https://github.com/stankevich/puppet-python/blob/master/manifests/init.pp#L33] that the "virtualenv" parameter should be a string, 'absent|present|latest' and validates this (twice in fact). However, the install class still expects a boolean. The end result is that
class {'python':
virtualenv => 'present',
}
actually ensures absent.
The text was updated successfully, but these errors were encountered:
The python class [says|https://github.com/stankevich/puppet-python/blob/master/manifests/init.pp#L33] that the "virtualenv" parameter should be a string, 'absent|present|latest' and validates this (twice in fact). However, the install class still expects a boolean. The end result is that
actually ensures absent.
The text was updated successfully, but these errors were encountered: