What happens without the grains specified...

This commit is contained in:
Elijah Lazkani 2017-03-03 22:46:05 -05:00
parent 405e7703c4
commit 406fb71f0e

View file

@ -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