-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Conversation
| } | ||
| end | ||
|
|
||
| it { is_expected.to contain_file('amqp1.load').with(content: %r{<Transport "transport">}) } |
There was a problem hiding this comment.
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 }
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure will do.
templates/plugin/amqp1.conf.erb
Outdated
| @@ -0,0 +1,46 @@ | |||
| <Plugin amqp1> | |||
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
5d2f65b
to
af6d6a7
Compare
|
@paramite can you take a look at the failing travis jobs? |
|
Yes, I'mrreally trying, but EPP and syntax check is giving me hard times :). |
a551bf8
to
733e214
Compare
This patch adds possibility to configure amqp1 plugin added recently to collectd [1]. [1] collectd/collectd#2618
|
@bastelfreak Done. |
|
thanks! |
Pull Request (PR) description
This patch adds possibility to configure amqp1 plugin added recently
to collectd [1].
[1] collectd/collectd#2618