We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Having support for the audit module would be great.
No support for the audit module yet.
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', }, }
puppet module list
puppet -V
The text was updated successfully, but these errors were encountered:
refs #334
Sorry, something went wrong.
No branches or pull requests
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:
Your Environment
puppet module list
): 3.1.0puppet -V
): 6.25The text was updated successfully, but these errors were encountered: