Created
July 30, 2014 19:12
-
-
Save brianz/82e85ea94a6dcc235d7b to your computer and use it in GitHub Desktop.
Salt sls for installing pip via get-pip.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
get-pip: | |
file.managed: | |
- name: /usr/local/sbin/get-pip.py | |
- source: https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py | |
- source_hash: md5=3f120892a637a59a9c497d516eb2ca76 | |
cmd.run: | |
- name: /usr/bin/python /usr/local/sbin/get-pip.py | |
- unless: which pip | |
- require: | |
- file: /usr/local/sbin/get-pip.py | |
python-pkgs: | |
pkg: | |
- installed | |
- names: | |
- python-devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
other_file.sls: