mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-12-16 05:10:36 +00:00
Realize virtual resources.
This allows other modules to declare fluentd resources without depending on them being installed.
This commit is contained in:
parent
19820e5e2a
commit
e880d11f51
@ -94,6 +94,12 @@ class fluentd (
|
|||||||
include '::fluentd::config'
|
include '::fluentd::config'
|
||||||
include '::fluentd::service'
|
include '::fluentd::service'
|
||||||
|
|
||||||
|
# Realize any virtual configurations
|
||||||
|
Fluentd::Plugin <| |>
|
||||||
|
Fluentd::Source <| |>
|
||||||
|
Fluentd::Filter <| |>
|
||||||
|
Fluentd::Match <| |>
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
Class['::Fluentd::Repo']
|
Class['::Fluentd::Repo']
|
||||||
-> Class['::Fluentd::Install']
|
-> Class['::Fluentd::Install']
|
||||||
|
Loading…
Reference in New Issue
Block a user