1
0
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:
Max Wilhelm 2016-01-26 22:20:26 +01:00
parent 08a27245f7
commit b0000fc99b

View File

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