Attempt to make a test matrix
This commit is contained in:
parent
2ca83d04da
commit
8e7aea6554
|
@ -6,6 +6,9 @@ env:
|
||||||
global:
|
global:
|
||||||
- BS_PIP_ALLOWED=1
|
- BS_PIP_ALLOWED=1
|
||||||
- BS_ECHO_DEBUG=1
|
- BS_ECHO_DEBUG=1
|
||||||
|
matrix:
|
||||||
|
- STATE=rsyncd
|
||||||
|
- STATE=rsyncd.config
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
|
@ -18,7 +21,7 @@ install:
|
||||||
- sudo salt-call grains.items --local
|
- sudo salt-call grains.items --local
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sudo salt-call state.show_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.highstate --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/default/rsync
|
||||||
- cat /etc/rsyncd.conf
|
- cat /etc/rsyncd.conf
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
base:
|
base:
|
||||||
'*':
|
'*':
|
||||||
|
- rsyncd
|
||||||
- rsyncd.config
|
- rsyncd.config
|
||||||
|
|
Loading…
Reference in New Issue