mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-10 04:50:34 +00:00
fixed spec tests
This commit is contained in:
parent
5da076c98a
commit
2e5892663e
@ -15,7 +15,7 @@ describe 'fluentd::repo::apt', :type => :class do
|
||||
should contain_class('apt')
|
||||
should contain_apt__source('treasure-data').with({
|
||||
'ensure' => 'present',
|
||||
'location' => 'http://packages.treasuredata.com/2/ubuntu/precise',
|
||||
'location' => 'https://packages.treasuredata.com/2/ubuntu/precise',
|
||||
'release' => 'precise',
|
||||
'repos' => 'contrib',
|
||||
'key' => {
|
||||
|
Loading…
Reference in New Issue
Block a user