mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-09 20:50:34 +00:00
fixed lint warnings
This commit is contained in:
parent
2e789170a0
commit
f4c24ee881
@ -5,5 +5,5 @@
|
|||||||
# file installation
|
# file installation
|
||||||
::fluentd::plugin { 'fluent-plugin-elasticsearch':
|
::fluentd::plugin { 'fluent-plugin-elasticsearch':
|
||||||
type => 'file',
|
type => 'file',
|
||||||
source => 'puppet://path/to/plugin'
|
source => 'puppet:///modules/path/to/plugin'
|
||||||
}
|
}
|
||||||
|
@ -91,9 +91,9 @@ class fluentd (
|
|||||||
include '::fluentd::service'
|
include '::fluentd::service'
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
Class['::Fluentd::Repo'] ->
|
Class['::Fluentd::Repo']
|
||||||
Class['::Fluentd::Install'] ->
|
-> Class['::Fluentd::Install']
|
||||||
Class['::Fluentd::User'] ->
|
-> Class['::Fluentd::User']
|
||||||
Class['::Fluentd::Config'] ->
|
-> Class['::Fluentd::Config']
|
||||||
Class['::Fluentd::Service']
|
-> Class['::Fluentd::Service']
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user