From 11c7eb9511e8ca0bfd0a7bc0dd4c2ffb6e204b07 Mon Sep 17 00:00:00 2001 From: Elijah Lazkani Date: Sat, 18 Mar 2017 22:26:31 -0400 Subject: [PATCH] Forgot to import the map --- salty/base/python_env/init.sls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salty/base/python_env/init.sls b/salty/base/python_env/init.sls index 4532916..7dce343 100644 --- a/salty/base/python_env/init.sls +++ b/salty/base/python_env/init.sls @@ -1,3 +1,5 @@ +{% from "python_env/map.jinja" import python_env with context %} + pip-install: pkg.installed: - name: {{ python_env.pip }}