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

ping: set parameters type and add Size #816

Merged
merged 1 commit into from Jun 13, 2018

Conversation

sileht
Copy link
Contributor

@sileht sileht commented Jun 12, 2018

ping: set parameters type and add Size

This change:

  • adds the parameter type for all options
  • adds the missing option size
  • converts template to epp

@sileht sileht force-pushed the sileht/ping branch 3 times, most recently from 55286fb to 320dd6b Compare June 12, 2018 07:46
$source_address = undef,
$device = undef,
$max_missed = undef,
Enum['present', 'absent'] $ensure = 'present',
Copy link
Member

Choose a reason for hiding this comment

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

datatypes \o/

@@ -26,6 +27,6 @@
collectd::plugin { 'ping':
ensure => $ensure,
interval => $interval,
content => template('collectd/plugin/ping.conf.erb'),
content => epp('collectd/plugin/ping.conf.epp'),
Copy link
Member

Choose a reason for hiding this comment

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

epp \o/

This change:
* adds the parameter type for all options
* adds the missing option size
* converts template to epp
@bastelfreak bastelfreak added the enhancement New feature or request label Jun 13, 2018
@bastelfreak bastelfreak merged commit d72753b into voxpupuli:master Jun 13, 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.

None yet

2 participants