Defined Type: beats::procs
- Defined in:
- manifests/procs.pp
Overview
Not sure this is used anymore…
2 3 4 5 6 7 8 9 |
# File 'manifests/procs.pp', line 2
define beats::procs($proc,$cmdline)
{
concat::fragment {"protocols-${proc}":
target => '/etc/beats/beats.yml',
content => template('beats/procs.conf.erb'),
order => 31,
}
}
|