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:
8eac1eb
)
Disable jessie-proposed-update repo for mips machines
author
Aurelien Jarno
<aurelien@aurel32.net>
Thu, 17 Dec 2015 23:04:28 +0000
(
00:04
+0100)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Thu, 17 Dec 2015 23:04:28 +0000
(
00:04
+0100)
The fix we need for the build daemons is now in the jessie-security
kernel.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
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
10c8c4a
..
478dc83
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-162,7
+162,7
@@
class debian-org {
components => ['main','contrib','non-free']
}
- if ($::hostname in [
mips-aql-05, mipsel-aql-01, mipsel-aql-02, mipsel-manda-02, eberlin, etler
]) {
+ if ($::hostname in []) {
site::aptrepo { 'proposed-updates':
url => $mirror,
suite => "${::lsbdistcodename}-proposed-updates",