0
0
mirror of https://github.com/saltstack-formulas/rsyncd-formula.git synced 2024-11-27 23:07:56 +01:00

We don't want the test to fail for that ie. rsyncd state

This commit is contained in:
jpic 2015-05-15 01:59:18 +02:00
parent 0182c922a5
commit 49863f448e

View File

@ -26,7 +26,7 @@ script:
# For debugging purpose # For debugging purpose
- cat /etc/default/rsync - cat /etc/default/rsync
- cat /etc/rsyncd.conf - test -f /etc/rsyncd.conf && cat /etc/rsyncd.conf || echo "No rsyncd.conf"
# Idempotence check # Idempotence check
- sudo salt-call state.sls $STATE --local --retcode-passthrough --config-dir=test/etc > /tmp/second - sudo salt-call state.sls $STATE --local --retcode-passthrough --config-dir=test/etc > /tmp/second