Skip to content

Commit

Permalink
Merge pull request #28 from LarsFronius/releasefixdebian#27
Browse files Browse the repository at this point in the history
Removes lsbdistcodename from release fixes #27
  • Loading branch information
R. Tyler Croy committed Sep 1, 2012
2 parents ef1d57e + 3aee8fb commit 1b82cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo/debian.pp
@@ -1,7 +1,7 @@
class jenkins::repo::debian {
apt::source { 'jenkins':
location => 'http://pkg.jenkins-ci.org/debian',
release => $lsbdistcodename,
release => '',
repos => 'binary/',
key => 'D50582E6',
key_source => 'http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key',
Expand Down

0 comments on commit 1b82cdf

Please sign in to comment.