Skip to content

Commit

Permalink
Fix Debian Installer (#33)
Browse files Browse the repository at this point in the history
The apt repository uses a non-existant fact to create the list, update
to a fact that does exist.
  • Loading branch information
spjmurray authored and yankcrime committed Jul 20, 2016
1 parent dd4235f commit d60afe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
apt::source { 'influxdata':
comment => 'Mirror for InfluxData packages',
location => "https://repos.influxdata.com/${_operatingsystem}",
release => $::distcodename,
release => $::lsbdistcodename,
repos => $::telegraf::repo_type,
key => {
'id' => '05CE15085FC09D18E99EFB22684A14CF2582E0C5',
Expand Down

0 comments on commit d60afe4

Please sign in to comment.