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

Add amqp1 plugin support #802

Merged
merged 1 commit into from
May 29, 2018
Merged

Conversation

paramite
Copy link
Contributor

Pull Request (PR) description

This patch adds possibility to configure amqp1 plugin added recently
to collectd [1].

[1] collectd/collectd#2618

}
end

it { is_expected.to contain_file('amqp1.load').with(content: %r{<Transport "transport">}) }
Copy link
Member

Choose a reason for hiding this comment

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

can you add a it { is_expected.to compile.with_all_deps }

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure will do.

@@ -0,0 +1,46 @@
<Plugin amqp1>
Copy link
Member

Choose a reason for hiding this comment

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

can you please provide this as an epp and not erb template? We agreed on epp some time ago and documented it in our review guideline at https://voxpupuli.org/docs/#reviewing-a-module-pr

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, didn't notice this as all templates are in ERB. Will rewrite the template then.

@paramite paramite force-pushed the feature/amqp1 branch 8 times, most recently from 5d2f65b to af6d6a7 Compare May 28, 2018 15:58
@bastelfreak
Copy link
Member

@paramite can you take a look at the failing travis jobs?

@paramite
Copy link
Contributor Author

Yes, I'mrreally trying, but EPP and syntax check is giving me hard times :).

@paramite paramite force-pushed the feature/amqp1 branch 2 times, most recently from a551bf8 to 733e214 Compare May 29, 2018 13:28
This patch adds possibility to configure amqp1 plugin added recently
to collectd [1].

[1] collectd/collectd#2618
@paramite
Copy link
Contributor Author

@bastelfreak Done.

@bastelfreak
Copy link
Member

thanks!

@bastelfreak bastelfreak merged commit 2ad7881 into voxpupuli:master May 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants