Puppet Class: beats::topbeat::config
- Inherits:
- beats::topbeat
- Defined in:
- manifests/topbeat/config.pp
Overview
Configure topbeat class
2 3 4 5 6 7 8 9 |
# File 'manifests/topbeat/config.pp', line 2
class beats::topbeat::config inherits beats::topbeat {
beats::common::headers {'topbeat':}
concat::fragment {'topbeat.header':
target => '/etc/topbeat/topbeat.yml',
content => template('beats/topbeat/topbeat.yml.erb'),
order => 06,
}
}
|