What happens without the grains specified...
This commit is contained in:
parent
405e7703c4
commit
406fb71f0e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ install:
|
||||||
|
|
||||||
# See what kind of travis box you're on
|
# See what kind of travis box you're on
|
||||||
# to help with making your states compatible with travis
|
# 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:
|
script:
|
||||||
- sudo salt-call --local --config=./ --state-output=changes --log-level=quiet state.apply -retcode-passthrough
|
- sudo salt-call --local --config=./ --state-output=changes --log-level=quiet state.apply -retcode-passthrough
|
||||||
|
|
Loading…
Reference in a new issue