Created
August 3, 2013 22:22
-
-
Save RobSpectre/6148211 to your computer and use it in GitHub Desktop.
Auto-upgrade pip with Salt state
This file contains hidden or 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
packages: | |
pkg.installed: | |
- names: | |
- python | |
- python-dev | |
- python-pip | |
pip-upgrade: | |
pip.installed: | |
- upgrade: True | |
- mirrors: http://a.pypi.python.org | |
- require: | |
- pkg: python-pip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment