From 9d19f600081a177b5e9120742bae42e7785f6e5c Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Wed, 6 Feb 2013 13:22:29 -0700 Subject: [PATCH] Version is not an option to the pip.present! Fix #3356 Yes, we need to get explicit version support into this --- salt/states/pip.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/salt/states/pip.py b/salt/states/pip.py index c35043f500..dc49d35091 100644 --- a/salt/states/pip.py +++ b/salt/states/pip.py @@ -7,8 +7,7 @@ A state module to manage system installed python packages .. code-block:: yaml virtualenvwrapper: - pip.installed: - - version: 3.0.1 + pip.installed ''' # Import salt libs