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

config.pp clean up #772

Merged
merged 1 commit into from
Apr 1, 2018
Merged

Conversation

juniorsysadmin
Copy link
Member

  • Remove parameters
  • Change default file mode for collectd.conf from 0644 to 0640
  • Set owner of collectd.conf to $collectd::config_owner
  • Set group of collectd.conf to $collectd::config_group

- Remove parameters
- Change default file mode for collectd.conf from 0644 to 0640
- Set owner of collectd.conf to $collectd::config_owner
- Set group of collectd.conf to $collectd::config_group
$write_queue_limit_low = $collectd::write_queue_limit_low,
Integer $write_threads = $collectd::write_threads,
) {
class collectd::config inherits collectd {
Copy link
Member Author

Choose a reason for hiding this comment

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

inherits will be removed when the ERB template is replaced with a EPP in a future PR

@bastelfreak bastelfreak merged commit 4e05304 into voxpupuli:master Apr 1, 2018
@juniorsysadmin juniorsysadmin deleted the cleanup-config branch April 1, 2018 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants