From d11f77fef06bc76936a00ae4205424e75a63f8f0 Mon Sep 17 00:00:00 2001 From: Elijah Lazkani Date: Sun, 19 Mar 2017 12:11:09 -0400 Subject: [PATCH] Adding zsh as a prerequisite --- salty/base/python_env/init.sls | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/salty/base/python_env/init.sls b/salty/base/python_env/init.sls index 37d8931..17d695a 100644 --- a/salty/base/python_env/init.sls +++ b/salty/base/python_env/init.sls @@ -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"