1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2025-09-18 19:09:30 +00:00

Allow configuring the major version of the repository.

This commit is contained in:
Ricky Ramirez
2018-05-04 13:07:16 -07:00
parent 540ef4e40d
commit 19820e5e2a
4 changed files with 8 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
#
class fluentd::repo::apt (
$ensure = 'present',
$location = downcase("http://packages.treasuredata.com/2/${::lsbdistid}/${::lsbdistcodename}"),
$location = downcase("http://packages.treasuredata.com/${::fluentd::repo_version}/${::lsbdistid}/${::lsbdistcodename}"),
$release = $::lsbdistcodename,
$repos = 'contrib',
$architecture = $::architecture,