From 406fb71f0ef8c96abcaed2de2e829736bbd6e05f Mon Sep 17 00:00:00 2001 From: Elijah Lazkani Date: Fri, 3 Mar 2017 22:46:05 -0500 Subject: [PATCH] What happens without the grains specified... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65135ce..3e265a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: # See what kind of travis box you're on # to help with making your states compatible with travis - - sudo salt-call --local --config=./ --state-output=changes grains.setvals "{ \"user\": \"$(whoami)\", \"group\": \"$(id -g -n $(whoami))\", \"homedir\": \"$HOME\" }" + #- sudo salt-call --local --config=./ --state-output=changes grains.setvals "{ \"user\": \"$(whoami)\", \"group\": \"$(id -g -n $(whoami))\", \"homedir\": \"$HOME\" }" script: - sudo salt-call --local --config=./ --state-output=changes --log-level=quiet state.apply -retcode-passthrough