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

Background daemons of modules are not optional, so should not be treated like that in Puppet module #281

Closed
dgoetz opened this issue Apr 6, 2021 · 0 comments
Assignees
Milestone

Comments

@dgoetz
Copy link
Contributor

dgoetz commented Apr 6, 2021

Expected Behavior

Background daemons of modules are not optional, so should not be treated like that in Puppet module by requiring an additional include.

Current Behavior

At the moment my profile has to look like this:

  class { 'icingaweb2::module::director':
     ...
   }

  include icingaweb2::module::director::service

Possible Solution

Add the include in the module class for existing module director, adjust #276 for vspheredb to also do so, do so when adding x509 and possible other modules in the future.

Context

Make configuration easier

Your Environment

  • Module version (puppet module list): 3.0.1
  • Puppet version (puppet -V): 6.13.0
  • Operating System and version: CentOS 7
@lbetz lbetz added this to the 3.1.0 milestone Apr 26, 2021
@lbetz lbetz modified the milestones: 3.1.0, 4.0.0 Jun 18, 2021
@lbetz lbetz self-assigned this Oct 17, 2023
@lbetz lbetz closed this as completed in c0f36aa Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants