ricbra / ansible-logentries

Ansible role for installing logentries agent and daemon
17 stars 12 forks source link

Installs fails on Debian 9 stretch #21

Closed tristanbes closed 7 years ago

tristanbes commented 7 years ago

E:The repository 'http://rep.logentries.com stretch Release' does not have a Release file

ricbra commented 7 years ago

According to their documentation there is not support for stretch yet I guess: https://docs.logentries.com/v1.0/docs/linux-agent/

There is no entry for stretch or Debian 9.0.

tristanbes commented 7 years ago

Yes I saw that, but the fact that your playbook is failing on Debian 9 should be fixed. You should fallback to latest distribution version (jessie) when running on debian 9.

What do you think ?

(Installing logentries from the jessie repository on stretch works)

ricbra commented 7 years ago

That would be a nice improvement indeed. Would you be interested in fixing this?

tristanbes commented 7 years ago

Will see what I can do, but not sure it's going to be a clean solution.

ricbra commented 7 years ago

Cool! Most simple solution would be a note in the README.md for now. Guess Logentries will add support soon enough.