Skip to content

Commit

Permalink
Merge pull request #74 from antonlindstrom/variable-scoping
Browse files Browse the repository at this point in the history
fix scoping of $lsbdistcodename in source.pp
  • Loading branch information
bodepd committed Jun 12, 2012
2 parents 9d20803 + 74959d8 commit c63353c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/source.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
define apt::source(
$ensure = present,
$location = '',
$release = $lsbdistcodename,
$release = $::lsbdistcodename,
$repos = 'main',
$include_src = true,
$required_packages = false,
Expand Down

0 comments on commit c63353c

Please sign in to comment.