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

pip => true, but no python-pip installed on CentOS 6.5 #124

Closed
phpguru opened this issue Sep 19, 2014 · 1 comment
Closed

pip => true, but no python-pip installed on CentOS 6.5 #124

phpguru opened this issue Sep 19, 2014 · 1 comment

Comments

@phpguru
Copy link

phpguru commented Sep 19, 2014

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.

@phpguru
Copy link
Author

phpguru commented Sep 20, 2014

The file where I had included the class wasn't being loaded properly. Nothing to see here. Move along.

@phpguru phpguru closed this as completed Sep 20, 2014
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