From c9757f70a7680ad28b6540ca6d73542bdbb409c6 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 7 Oct 2014 09:56:01 -0700 Subject: [PATCH] Switch to Jenkins debian-stable apt repo We are now running Jenkins stable LTS releases on our Jenkins masters. Switch to consuming upstream's stable apt repo to reflect this. Change-Id: I4bd5172c6c11d6e4ac0b17b0dd9fa804ee02d709 --- manifests/master.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/master.pp b/manifests/master.pp index 13e0ad5..da1f67d 100644 --- a/manifests/master.pp +++ b/manifests/master.pp @@ -33,7 +33,7 @@ class jenkins::master( } apt::source { 'jenkins': - location => 'http://pkg.jenkins-ci.org/debian', + location => 'http://pkg.jenkins-ci.org/debian-stable', release => 'binary/', repos => '', require => [