projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe4b759
)
get backports from fastly as well
author
Peter Palfrader
<peter@palfrader.org>
Fri, 21 Oct 2016 05:04:59 +0000
(07:04 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 21 Oct 2016 05:05:03 +0000
(07:05 +0200)
modules/debian-org/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/debian-org/manifests/init.pp
b/modules/debian-org/manifests/init.pp
index
17ff2f4
..
44bedce
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-150,6
+150,11
@@
class debian-org {
suite => "${::lsbdistcodename}-backports",
components => ['main','contrib','non-free']
}
+ site::aptrepo { 'backports2.debian.org':
+ url => "http://cdn-fastly.deb.debian.org/debian",
+ suite => "${::lsbdistcodename}-backports",
+ components => ['main','contrib','non-free']
+ }
site::aptrepo { 'volatile':
url => $mirror,