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,