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
1 changed files with 1 additions and 1 deletions

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