voxpupuli / puppet-python

Puppet module for installing and managing Python, pip, virtualenvs and Gunicorn virtual hosts.
https://forge.puppetlabs.com/puppet/python
Apache License 2.0
199 stars 375 forks source link

Allow pip to work in AIX systems #461

Closed feltra closed 5 years ago

feltra commented 5 years ago

This changes allow installing python and pip modules, assuming that you have yum previously configured as per described at https://www.ibm.com/developerworks/aix/library/aix-toolbox/date.html It have been tested on AIX 6 and 7

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

feltra commented 5 years ago

Some of the files were not expected to be changed at that time

ghoneycutt commented 5 years ago

Awesome work! Noticed that the metadata.json still needs to be updated. Something like the following.

    {
      "operatingsystem": "AIX",
      "operatingsystemrelease": [
        "6.1",
        "7.1",
        "7.2"
      ]
    }
feltra commented 5 years ago

Finally =)

bastelfreak commented 5 years ago

Hi @feltra, thanks for all the updates! Could you also add the correct versions for AIX? It would be really really awesome, if you could contribute AIX facts to the facterdb project: https://github.com/camptocamp/facterdb

feltra commented 5 years ago

I will have a look. Thanks

bastelfreak commented 5 years ago

@feltra can you take a look at the failing travis jobs?

bastelfreak commented 5 years ago

thanks!

bastelfreak commented 5 years ago

@feltra please also think about adding the facts to https://github.com/camptocamp/facterdb <3