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 force-pushed the install-params-remove branch from e9c1286 to 7d4ef66 Compare March 30, 2018 06:31
@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
@juniorsysadmin juniorsysadmin force-pushed the install-params-remove branch from 7d4ef66 to 417dd4e Compare March 31, 2018 09:55
@juniorsysadmin juniorsysadmin removed needs-rebase needs-work not ready to merge just yet labels Mar 31, 2018
@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