mirror of
https://github.com/krislamo/puppet-fluentd
synced 2025-01-05 13:20:36 +00:00
added include parameter to fluentd::repo::apt test
This commit is contained in:
parent
08a27245f7
commit
b0000fc99b
@ -23,6 +23,10 @@ describe 'fluentd::repo::apt', :type => :class do
|
|||||||
'key' => {
|
'key' => {
|
||||||
'id' => 'C901622B5EC4AF820C38AB861093DB45A12E206F',
|
'id' => 'C901622B5EC4AF820C38AB861093DB45A12E206F',
|
||||||
'source' => 'http://packages.treasuredata.com/GPG-KEY-td-agent'
|
'source' => 'http://packages.treasuredata.com/GPG-KEY-td-agent'
|
||||||
|
},
|
||||||
|
'include' => {
|
||||||
|
'src' => false,
|
||||||
|
'deb' => true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user