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:
870156b
)
Add a secondary source for main debian packages
author
Peter Palfrader
<peter@palfrader.org>
Thu, 7 Apr 2016 18:19:36 +0000
(20:19 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 7 Apr 2016 18:19:36 +0000
(20:19 +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
55cb506
..
c7e0db0
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-197,6
+197,11
@@
class debian-org {
components => ['main','contrib','non-free']
}
}
+ site::aptrepo { 'debian-cdn':
+ url => "http://cdn-fastly.deb.debian.org/debian"
+ suite => $mungedcodename,
+ components => ['main','contrib','non-free']
+ }
file { '/etc/facter':
ensure => directory,