# # Debian Jessie PIP Fix # Use the PIP version of PIP instead of the Debian package # install pip: pkg.purged: - name: python-pip cmd.script: - name: salt://files/get-pip.py - unless: test -d /usr/local/lib/python2.7/dist-packages/pip - require: - pkg: install pip