Skip to content

Commit

Permalink
Update fluentd to ddc5f0e4c6c53d15f0cbd34f74bfaa91a0fb299f
Browse files Browse the repository at this point in the history
ddc5f0e4c6c53d15f0cbd34f74bfaa91a0fb299f Merge pull request #1 from EmilienM/file/fullpath
31fde18d4910a87f4e54e58501361df1364e74f0 Manage td-agent.conf file with a fully qualified path

Change-Id: I9c27ddaf62f803d6097821a8458cd18805943b4e
  • Loading branch information
jguiditta committed Jan 7, 2016
1 parent 423383e commit ef47a30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ mod 'firewall',
:git => 'https://github.com/puppetlabs/puppetlabs-firewall.git'

mod 'fluentd',
:commit => 'b462da7d1c6290afba38fd7e64226990ecf795c7',
:commit => 'ddc5f0e4c6c53d15f0cbd34f74bfaa91a0fb299f',
:git => 'https://github.com/soylent/konstantin-fluentd.git'

mod 'galera',
Expand Down
4 changes: 2 additions & 2 deletions fluentd/manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
} ->

file { $fluentd::config_file:
ensure => present,
content => file('fluentd/td-agent.conf'),
ensure => present,
source => 'puppet:///modules/fluentd/td-agent.conf',
}
}

0 comments on commit ef47a30

Please sign in to comment.