12 lines
178 B
Groovy
12 lines
178 B
Groovy
// vim: set ft=groovy sw=4 ts=4 sts=4 et :
|
|
@Library('cfgpol')_
|
|
|
|
applyConfigPolicy(
|
|
'fluent-bit',
|
|
[
|
|
'Fluent Bit': [
|
|
'fluent-bit.yml'
|
|
]
|
|
]
|
|
)
|