Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing support for 5.5 agents on Debian #146

Merged
merged 1 commit into from
May 4, 2020

Conversation

mattqm
Copy link
Contributor

@mattqm mattqm commented May 3, 2020

Pull Request (PR) description

I have some Debian 8 systems that are stuck on 5.5 due to the old ruby and there is no AIO agent for that platform. These were broken due to facts not resolving the same with facter 2.5.6. Also, the v 6 agent is unusable on some Debian 10 systems as they have very low memory, but 5.5 works ok.

This Pull Request (PR) fixes the following issues

Fixes compilation on Debian systems with puppet 5.5.17 and facter 2.5.6.

@ghoneycutt ghoneycutt merged commit 889f108 into voxpupuli:master May 4, 2020
@ghoneycutt
Copy link
Member

Thanks for the contribution!

apt::source { 'influxdata':
comment => 'Mirror for InfluxData packages',
location => "${telegraf::repo_location}${facts['os']['name'].downcase}",
release => $facts['os']['distro']['codename'],
release => $release,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants