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

changed fluentd repo location from http to https

This commit is contained in:
Max Wilhelm 2016-01-11 18:37:09 +01:00
parent c6e3a69f2b
commit 5da076c98a

View File

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