1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-19 20:20:35 +00:00

fixed spec tests

This commit is contained in:
Max Wilhelm 2016-01-11 18:38:08 +01:00
parent 5da076c98a
commit 2e5892663e

View File

@ -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' => {