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
I'm not 100% sure I'm doing this right, but I am getting no errors, just python-pip is not getting installed and I am not sure why.
In Puppetfile
mod 'epel', :git => 'https://github.com/stahnma/puppet-module-epel.git', :ref => '1.0.0' mod 'python', :git => 'https://github.com/stankevich/puppet-python.git', :ref => '1.7.9'
In my module's pp file...
include epel class { 'python' : version => 'system', pip => true, dev => false, virtualenv => false, gunicorn => false, require => Class['epel'], }
It's probably something dumb I'm doing.
The text was updated successfully, but these errors were encountered:
The file where I had included the class wasn't being loaded properly. Nothing to see here. Move along.
Sorry, something went wrong.
No branches or pull requests
I'm not 100% sure I'm doing this right, but I am getting no errors, just python-pip is not getting installed and I am not sure why.
In Puppetfile
In my module's pp file...
It's probably something dumb I'm doing.
The text was updated successfully, but these errors were encountered: