Skip to content

Commit

Permalink
Pass repo_release param straight through apt module
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoop committed Nov 20, 2017
1 parent fdb655d commit 63c3d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo/nodesource/apt.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
location => "https://deb.nodesource.com/node_${url_suffix}",
pin => $pin,
release => pick($release, $::lsbdistcodename),
release => $release,
repos => 'main',
require => [
Package['apt-transport-https'],
Expand Down

0 comments on commit 63c3d3c

Please sign in to comment.