From f1cba2f72bb48c4d999d426083736ebd75f90d7b Mon Sep 17 00:00:00 2001 From: Elijah Lazkani Date: Mon, 16 Jan 2017 20:12:05 -0500 Subject: [PATCH] Adding TODO for the future --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 87db4ce..832fd42 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,6 @@ After using my own [Python script](https://github.com/elazkani/dotfiles/blob/mas The `bootstrap.sh` script will check the OS and in the case of *Mac OS X* will install `brew` followed by an installation of `SaltStack`. On Linux, the script will install `SaltStack`. The end result will be calling `SaltStack` to kick off the configuration of the box. + +# TODO +Install salt stack using pip in a virtualenv instead of using the default salt installer to install it system-wide