geerlingguy / ansible-role-fluentd

Ansible role - Fluentd (td-agent)
https://galaxy.ansible.com/geerlingguy/fluentd
MIT License
34 stars 28 forks source link

Fix repo in Debian setup tasks #15

Closed gdevdeiv closed 2 years ago

gdevdeiv commented 2 years ago

In Ubuntu/Debian, the repository is generated incorrectly. The output is something like:

deb http://packages.treasuredata.com/3/ubuntu/focal/focal contrib

I have removed the slash between the repo URL and the distribution name. Now it generates correctly:

deb http://packages.treasuredata.com/3/ubuntu/focal focal contrib

stale[bot] commented 2 years ago

This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark pull requests as stale.

stale[bot] commented 2 years ago

This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details.