From a6fbde8a4c68c65d987ea4780772772ace7f7357 Mon Sep 17 00:00:00 2001 From: Max Wilhelm Date: Sat, 23 Jan 2016 00:33:16 +0100 Subject: [PATCH] fixed apt repo location --- 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 23507de..1224d4e 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("http://packages.treasuredata.com/2/${::lsbdistid}/${::lsbdistcodename}"), $release = $::lsbdistcodename, $repos = 'contrib', $architecture = $::architecture,