mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-12-16 13:20:35 +00:00
changed fluentd repo location from http to https
This commit is contained in:
parent
c6e3a69f2b
commit
5da076c98a
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
class fluentd::repo::apt (
|
class fluentd::repo::apt (
|
||||||
$ensure = 'present',
|
$ensure = 'present',
|
||||||
$location = downcase("http://packages.treasuredata.com/2/${::operatingsystem}/${::lsbdistcodename}"),
|
$location = downcase("https://packages.treasuredata.com/2/${::operatingsystem}/${::lsbdistcodename}"),
|
||||||
$release = $::lsbdistcodename,
|
$release = $::lsbdistcodename,
|
||||||
$repos = 'contrib',
|
$repos = 'contrib',
|
||||||
$key = {
|
$key = {
|
||||||
|
Loading…
Reference in New Issue
Block a user