Closed manics closed 7 years ago
The command "tail ${idempotence} | grep -q 'changed=0.*failed=0' && (echo 'Idempotence test: pass' && exit 0) || (echo 'Idempotence test: fail' && exit 1)
--depends-on https://github.com/openmicroscopy/ansible-role-haproxy/pull/3
I think this should be fixed by #3, I'm not sure if the tests on our fork ever passed.
Re-opening to launch travis.
Still red.
I've disabled the rsyslog configuration by default since rsyslog isn't present on all systems. Previously this PR created an empty rsyslog template, which triggered a restart or rsyslog.
There's still some cleanup to do here related to syslog. The hope is that this can become a non-breaking 2.1.0 and so tagging as 2.1.0-m1.
/var/log/haproxy/haproxy.log
(default is to log to syslog)Tag: Something to indicate it's a devel version since more changes will be needed to the logging format to make it useful.