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

Remove parameters from collectd::install class #769

Merged
merged 1 commit into from
Mar 31, 2018

Conversation

juniorsysadmin
Copy link
Member

Use variables from init.pp directly

@juniorsysadmin juniorsysadmin changed the title Remove parameters from collectd::install Remove parameters from collectd::install class Mar 30, 2018
class { '::collectd::install':
package_install_options => $package_install_options,
}
class { '::collectd::install': }
Copy link
Member

Choose a reason for hiding this comment

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

this should be converted to 'contain collectd::install'?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes it should, but I intend to do this in later PR as part of data type changes to init.pp

@bastelfreak
Copy link
Member

+1 from my side. Can you take a look at the inline comment? We should probably add this to our review guideline?

@bastelfreak bastelfreak added needs-rebase needs-work not ready to merge just yet labels Mar 30, 2018
Use variables from init.pp directly
@bastelfreak bastelfreak merged commit 2ed409a into voxpupuli:master Mar 31, 2018
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.

2 participants