puppet-python
puppet-python copied to clipboard
Update valid_versions
Python has released both 3.4 and 3.5. 3.4 is default python3 on jessie. Ubuntu 16.04 LTS only ships with python3.5 on the iso (no python2!).
I'm trying to install a virtualenv on jessie, python-version chosen by a switch: facter's python2_version if the variable python2 is true, else facter's python3_version , which is as before said: 3.4 on jessie.