Adding zsh as a prerequisite

This commit is contained in:
Elijah Lazkani 2017-03-19 12:11:09 -04:00
parent e61ce30239
commit d11f77fef0

View file

@ -8,6 +8,9 @@
{% endif %}
{% endif %}
include:
- zsh
pip-install:
pkg.installed:
- name: {{ python_env.pip }}
@ -39,6 +42,8 @@ virtualenvwrapper-install:
zsh-virtualenvwrapper:
file.append:
- name: {{ grains.homedir }}/.zshrc
- require:
- sls: zsh
- text:
- "\n"
- "# Adding virtualenvwrapper python binary path"