1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2025-09-11 16:19:29 +00:00
Conflicts:
	manifests/init.pp
	manifests/params.pp
	manifests/repo/apt.pp
This commit is contained in:
Max Wilhelm
2016-01-26 22:13:30 +01:00
3 changed files with 10 additions and 2 deletions

View File

@@ -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,
}
}