Skip to content

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

@phpguru

Description

@phpguru

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions