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 %}
|
||||||
{% 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"
|
||||||
|
|
Loading…
Reference in a new issue