v1.7.0
-
Pin global pip to 8.1.1 to avoid Salt incompatibility.
.. IMPORTANT::
If your deploy is currently broken because you have run a deploy with a version of Margarita
less than 1.7.0, then run the following command first::$ fab staging salt:"cmd.run 'pip install pip\=\=8.1.1'" # Yes, the backquotes are needed!
Then, update your
margarita_version
to 1.7.0 and deploy::$ fab staging deploy