1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-20 04:30:36 +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_class('apt')
should contain_apt__source('treasure-data').with({ should contain_apt__source('treasure-data').with({
'ensure' => 'present', 'ensure' => 'present',
'location' => 'http://packages.treasuredata.com/2/ubuntu/precise', 'location' => 'https://packages.treasuredata.com/2/ubuntu/precise',
'release' => 'precise', 'release' => 'precise',
'repos' => 'contrib', 'repos' => 'contrib',
'key' => { 'key' => {