Adding zsh as a prerequisite
This commit is contained in:
parent
e61ce30239
commit
d11f77fef0
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue