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:
0279036
)
Clear proposed-updates repo from hosts that do not have it now according to puppet
author
Peter Palfrader
<peter@palfrader.org>
Sat, 5 Jul 2014 07:53:54 +0000
(09:53 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 5 Jul 2014 07:53:54 +0000
(09:53 +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
cb86848
..
c911bd0
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-144,6
+144,10
@@
class debian-org {
suite => "${::lsbdistcodename}-proposed-updates",
components => ['main','contrib','non-free']
}
+ } else {
+ site::aptrepo { 'proposed-updates':
+ ensure => absent,
+ }
}
site::aptrepo { 'debian.org':