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:
89fb5ce
)
rename debian-cdn to debian2 so it sorts after debian.list
author
Peter Palfrader
<peter@palfrader.org>
Fri, 15 Apr 2016 17:31:46 +0000
(19:31 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 15 Apr 2016 17:31:46 +0000
(19:31 +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
9cfae32
..
2ea9e15
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-198,6
+198,10
@@
class debian-org {
}
}
site::aptrepo { 'debian-cdn':
+ ensure => absent,
+ }
+
+ site::aptrepo { 'debian2':
url => "http://cdn-fastly.deb.debian.org/debian",
suite => $mungedcodename,
components => ['main','contrib','non-free']