Closed eherot closed 8 years ago
Also note that kitchen test
fails now with this change because some things in the current setup actually fail validation.
If you could rebase this to the current changes I'll get it merged it. This would be very useful.
@eherot Thanks for your contribution. I've rebased, checked and merged with PR #112.
Right now if an error is made somewhere in the configuration, rsyslog fails silently on restart. This should cause it to throw an error on convergence.
Potential pitfall: Validation is only performed on file update, but the update happens regardless of whether the validation succeeds. Consequently the convergence will only fail the first time after an error is introduced. Thoughts?