mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
auditbeat pp
This commit is contained in:
@@ -34,11 +34,11 @@ class auditbeat::config {
|
||||
validate_cmd => $validate_cmd,
|
||||
}
|
||||
|
||||
file { $custom_rules_file_dest:
|
||||
file { '/etc/auditbeat/audit.rules.d/custom-rules.conf':
|
||||
ensure => file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => $auditbeat::config_file_mode,
|
||||
source => $custom_rules_file_src,
|
||||
source => 'puppet:///modules/auditbeat/custom_rules',
|
||||
}
|
||||
}
|
||||
|
||||
@@ -88,8 +88,6 @@ class auditbeat (
|
||||
Optional[Array[Hash]] $modules = undef,
|
||||
Optional[Array[Hash]] $processors = undef,
|
||||
Optional[Hash] $xpack = undef,
|
||||
Optional[String] $custom_rules_file_dest = '/etc/auditbeat/audit.rules.d/custom-rules.conf',
|
||||
Optional[String] $custom_rules_file_src = 'puppet:///modules/auditbeat/custom_rules',
|
||||
) {
|
||||
|
||||
contain auditbeat::repo
|
||||
|
||||
Reference in New Issue
Block a user