0
0
mirror of https://github.com/saltstack-formulas/rsyncd-formula.git synced 2025-07-21 11:24:35 +02:00

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!
This commit is contained in:
jpic 2015-05-15 00:32:40 +02:00
parent 08de91fc43
commit 2a63a06edb

View File

@ -15,3 +15,5 @@ install:
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