From 5da076c98ae724f734a093e4dffa70607720889a Mon Sep 17 00:00:00 2001 From: Max Wilhelm Date: Mon, 11 Jan 2016 18:37:09 +0100 Subject: [PATCH] changed fluentd repo location from http to https --- manifests/repo/apt.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/repo/apt.pp b/manifests/repo/apt.pp index 86cfca1..9b72ab6 100644 --- a/manifests/repo/apt.pp +++ b/manifests/repo/apt.pp @@ -2,7 +2,7 @@ # class fluentd::repo::apt ( $ensure = 'present', - $location = downcase("http://packages.treasuredata.com/2/${::operatingsystem}/${::lsbdistcodename}"), + $location = downcase("https://packages.treasuredata.com/2/${::operatingsystem}/${::lsbdistcodename}"), $release = $::lsbdistcodename, $repos = 'contrib', $key = {