mirror of
https://github.com/krislamo/puppet-fluentd
synced 2025-09-11 16:19:29 +00:00
Merge branch 'master' of https://github.com/cotocisternas/puppet-fluentd
Conflicts: manifests/init.pp manifests/params.pp manifests/repo/apt.pp
This commit is contained in:
@@ -10,6 +10,10 @@ class fluentd::repo::apt (
|
||||
'id' => 'C901622B5EC4AF820C38AB861093DB45A12E206F',
|
||||
'source' => 'http://packages.treasuredata.com/GPG-KEY-td-agent'
|
||||
},
|
||||
$include = {
|
||||
'src' => false,
|
||||
'deb' => true,
|
||||
},
|
||||
) {
|
||||
|
||||
include '::apt'
|
||||
@@ -21,5 +25,6 @@ class fluentd::repo::apt (
|
||||
architecture => $architecture,
|
||||
repos => $repos,
|
||||
key => $key,
|
||||
include => $include,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user