0
0
mirror of https://github.com/saltstack-formulas/rsyncd-formula.git synced 2024-11-27 23:07:56 +01:00
rsyncd-formula/.travis.yml
jpic 2a63a06edb Cat some files for debugging
It's currently failing because

[ERROR   ] Command ['service', 'rsync', 'start'] failed with return
code: 1
[ERROR   ] output:  * Starting rsync daemon rsync
 * missing or empty config file /etc/rsyncd.conf
    ...fail!
2015-05-15 00:32:44 +02:00

20 lines
623 B
YAML

language: python
python:
- '2.7'
before_install:
- sudo apt-get update
- curl -L http://bootstrap.saltstack.org | sudo BS_PIP_ALLOWED=1 BS_ECHO_DEBUG=1 sh -s -- stable
install:
- sudo mkdir -p /srv && sudo ln -sfn $PWD /srv/formula
# See what kind of travis box you're on
# to help with making your states compatible with travis
- 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
- cat /etc/default/rsync
- cat /etc/rsyncd.conf