Skip to content

Instantly share code, notes, and snippets.

View mosabua's full-sized avatar

Manfred Moser mosabua

View GitHub Profile
@mosabua
mosabua / gist:1045663
Created June 24, 2011 20:51 — forked from botchagalupe/gist:1045259
Jenkins in two primatives
include_recipe "apt"

apt_repository "jenkins" do
  uri "http://pkg.jenkins-ci.org/debian"
  components ["binary/"]
  key "http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key"
  action :add
end

package "jenkins" do