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

Port to FreeBSD #172

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Port to FreeBSD #172

wants to merge 5 commits into from

Conversation

rmdir
Copy link

@rmdir rmdir commented Jun 30, 2021

Pull Request (PR) description

This PR contains some code that makes puppet-teletgraf works with FreeBSD

$service_hasstatus = true
$service_restart = 'pkill -HUP telegraf'
}
'FreeBSD' : {
Copy link
Member

Choose a reason for hiding this comment

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

The metadata should include FreeBSD support at specific versions.

Copy link
Member

Choose a reason for hiding this comment

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

Also README should be updated to list FreeBSD.

Copy link
Author

Choose a reason for hiding this comment

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

Metadata and README fixed in 0391569

Joris

@kenyon kenyon changed the title Port to FreebSD Port to FreeBSD Jun 30, 2021
metadata.json Outdated
Comment on lines 80 to 82
"11",
"12",
"13"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"11",
"12",
"13"
"11",
"12",
"13"

Copy link
Author

Choose a reason for hiding this comment

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

Ok fixed
Thanks

@bastelfreak
Copy link
Member

@rmdir can you take a look at the failing tests?

@bastelfreak
Copy link
Member

I took a quick look lere. I'm not sure if you want to instal telegraf via an archive or package so I won't be able to adjust the tests accordingly.

@rmdir
Copy link
Author

rmdir commented Jul 15, 2021

I fixed the tab issue

@rmdir
Copy link
Author

rmdir commented Jul 16, 2021

On FreeBSD there is a grate package

package { 'telegraf': } just works

@bastelfreak
Copy link
Member

@rmdir can you take a look at the failing tests?

@vox-pupuli-tasks
Copy link

Dear @rmdir, thanks for the PR!

This is Vox Pupuli Tasks, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase?

You can find my sourcecode at voxpupuli/vox-pupuli-tasks

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

Successfully merging this pull request may close these issues.

None yet

4 participants