Attempt to make a test matrix

This commit is contained in:
jpic
2015-05-15 00:51:56 +02:00
parent 2ca83d04da
commit 8e7aea6554
2 changed files with 6 additions and 2 deletions
+5 -2
View File
@@ -6,6 +6,9 @@ env:
global:
- BS_PIP_ALLOWED=1
- BS_ECHO_DEBUG=1
matrix:
- STATE=rsyncd
- STATE=rsyncd.config
before_install:
- sudo apt-get update
@@ -18,7 +21,7 @@ install:
- sudo salt-call grains.items --local
script:
- sudo salt-call state.show_highstate --local --retcode-passthrough --config-dir=test/etc
- sudo salt-call state.highstate --local --retcode-passthrough --config-dir=test/etc
- sudo salt-call state.show_sls $STATE --local --retcode-passthrough --config-dir=test/etc
- sudo salt-call state.sls $STATE --local --retcode-passthrough --config-dir=test/etc
- cat /etc/default/rsync
- cat /etc/rsyncd.conf
+1
View File
@@ -1,3 +1,4 @@
base:
'*':
- rsyncd
- rsyncd.config