We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python::pip { 'PROGRAMM': ensure => 'absent', pkgname => 'PROGRAMM', pip_provider => 'pip', virtualenv => '/opt/PROGRAMM', }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Cannot reassign variable '$pip_exec_install'
This occurres in modules/python/manifests/pip.pp in line 224, column 27
modules/python/manifests/pip.pp
A clean run without an error.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
This occurres in
modules/python/manifests/pip.pp
in line 224, column 27What behaviour did you expect instead
A clean run without an error.
The text was updated successfully, but these errors were encountered: