Puppet Class: auditd::audisp::config

Inherits:
auditd::audisp
Defined in:
manifests/audisp/config.pp

Overview



1
2
3
4
5
6
7
8
9
10
11
12
# File 'manifests/audisp/config.pp', line 1

class auditd::audisp::config inherits auditd::audisp {

  include ::auditd::service

  file { $auditd::audisp::audispd_conf:
    ensure  => file,
    owner   => 0,
    group   => 0,
    mode    => '0640',
    content => epp('auditd/audisp/audispd_conf.epp'),
  }
}