Skip to content

Commit

Permalink
Fixed apt repo definition for jenkins using apt_repository
Browse files Browse the repository at this point in the history
  • Loading branch information
winhamwr committed Oct 26, 2011
1 parent a30859b commit 2cac8ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/default.rb
Expand Up @@ -99,8 +99,8 @@

apt_repository "jenkins" do
uri "http://pkg.jenkins-ci.org/debian"
distribution node['lsb']['codename']
components ["binary"]
distribution "binary/"
components [""]
key = "http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key"
action :add
end
Expand Down

0 comments on commit 2cac8ae

Please sign in to comment.