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
commit 55b942d added Exec<| tag == 'python-virtualenv' |> ->
Exec<| tag == 'python-virtualenv' |> ->
It breaks beaver module because it can no longer
python::virtualenv { $venv: ... require => Class['python'], }
It causes circular dependency. Class['python'] depends on all virtualenvs but beaver needs Class['python'] for it's virtualenv.
Class['python']
See https://github.com/evenup/evenup-beaver/blob/1cf0be3a6595fde59ba54231cacbd4c7d142b24b/manifests/package.pp#L37
The text was updated successfully, but these errors were encountered:
a91a780
Thanks!
Sorry, something went wrong.
Reverted #216 to fix #230
2246258
shivapoudel
No branches or pull requests
commit 55b942d added
Exec<| tag == 'python-virtualenv' |> ->
It breaks beaver module because it can no longer
It causes circular dependency.
Class['python']
depends on all virtualenvs but beaver needsClass['python']
for it's virtualenv.See https://github.com/evenup/evenup-beaver/blob/1cf0be3a6595fde59ba54231cacbd4c7d142b24b/manifests/package.pp#L37
The text was updated successfully, but these errors were encountered: