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