From d810787e5b6a5cd76a5506fc64740402148d5a74 Mon Sep 17 00:00:00 2001 From: Elijah Lazkani Date: Fri, 3 Mar 2017 23:17:01 -0500 Subject: [PATCH] Trying to run the grains script from where I stand --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9cdca0..bfe6d59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,15 +11,12 @@ install: # Copy these states - sudo mkdir -p /srv/salt/states - sudo cp -r salty/base/* /srv/salt/states - - sudo cp -r .travis/* /etc/salt/ + - sudo cp -r .travis/minion /etc/salt/minion - sudo service salt-minion restart - # Additional debug help - #- sudo cat /var/log/salt/* - # See what kind of travis box you're on # to help with making your states compatible with travis - - sudo sh grains.sh + - sudo sh .travis/grains.sh script: - sudo salt-call --local --config=./ --state-output=changes --log-level=quiet state.apply