Skip to content
New issue

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

installing virtualenv broken in master #271

Closed
jantman opened this issue Dec 6, 2015 · 1 comment
Closed

installing virtualenv broken in master #271

jantman opened this issue Dec 6, 2015 · 1 comment

Comments

@jantman
Copy link

jantman commented Dec 6, 2015

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.

@jantman
Copy link
Author

jantman commented Dec 6, 2015

This was in error... sorry.

@jantman jantman closed this as completed Dec 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant