mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-09 20:50:34 +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::service'
|
||||
|
||||
# Realize any virtual configurations
|
||||
Fluentd::Plugin <| |>
|
||||
Fluentd::Source <| |>
|
||||
Fluentd::Filter <| |>
|
||||
Fluentd::Match <| |>
|
||||
|
||||
# dependencies
|
||||
Class['::Fluentd::Repo']
|
||||
-> Class['::Fluentd::Install']
|
||||
|
Loading…
Reference in New Issue
Block a user