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

Support for audit #300

Closed
dgoetz opened this issue Nov 3, 2021 · 1 comment
Closed

Support for audit #300

dgoetz opened this issue Nov 3, 2021 · 1 comment

Comments

@dgoetz
Copy link
Contributor

dgoetz commented Nov 3, 2021

Expected Behavior

Having support for the audit module would be great.

Current Behavior

No support for the audit module yet.

Possible Solution

Module needs installation and some configuration like this:

  icingaweb2::module { 'audit':
     git_repository => 'https://github.com/icinga/icingaweb2-module-audit',
     git_revision  => 'v1.0.1',
  }
  ->
  icingaweb2::inisection { 'audit-log':
    section_name => 'log',
    target       => '/etc/icingaweb2/modules/audit/config.ini',
    settings     => {
      type => 'file',
    },
  }
  ->
  icingaweb2::inisection { 'audit-stream':
    section_name => 'stream',
    target       => '/etc/icingaweb2/modules/audit/config.ini',
    settings     => {
      format => 'none',
    },
  }

Your Environment

  • Module version (puppet module list): 3.1.0
  • Puppet version (puppet -V): 6.25
  • Operating System and version: CentOS 8
@lbetz lbetz added this to the v3.6.0 milestone Oct 23, 2022
@lbetz lbetz removed the enhancement label Jan 6, 2023
@lbetz lbetz removed this from the v3.6.0 milestone Jan 6, 2023
@lbetz
Copy link
Contributor

lbetz commented Jan 6, 2023

refs #334

@lbetz lbetz closed this as completed Jan 6, 2023
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

No branches or pull requests

2 participants