mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-09 20:50:34 +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' => {
|
||||
'id' => 'C901622B5EC4AF820C38AB861093DB45A12E206F',
|
||||
'source' => 'http://packages.treasuredata.com/GPG-KEY-td-agent'
|
||||
},
|
||||
'include' => {
|
||||
'src' => false,
|
||||
'deb' => true
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user