From 2e5892663ef391f1423b6a34c51cc28b53f0a3cf Mon Sep 17 00:00:00 2001 From: Max Wilhelm Date: Mon, 11 Jan 2016 18:38:08 +0100 Subject: [PATCH] fixed spec tests --- spec/classes/fluentd_repo_apt_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/classes/fluentd_repo_apt_spec.rb b/spec/classes/fluentd_repo_apt_spec.rb index 6c17535..a232fdb 100644 --- a/spec/classes/fluentd_repo_apt_spec.rb +++ b/spec/classes/fluentd_repo_apt_spec.rb @@ -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' => {