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:
32c10bc
)
Revert "get rid of the apt repo until they fix it" - aba says it's all fixed
author
Peter Palfrader
<peter@palfrader.org>
Sun, 15 Jan 2012 22:44:36 +0000
(23:44 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 15 Jan 2012 22:44:36 +0000
(23:44 +0100)
This reverts commit
d93775534f19bde42d75c6debe391cc701c54993
.
modules/buildd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/buildd/manifests/init.pp
b/modules/buildd/manifests/init.pp
index
0bb425e
..
41efffe
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-11,11
+11,14
@@
class buildd {
file {
"/etc/apt/preferences.d/buildd":
- ensure => absent,
+ source => "puppet:///modules/buildd/apt-preferences",
+ before => File["/etc/apt/sources.list.d/buildd.list"],
;
"/etc/apt/sources.list.d/buildd.list":
- ensure => absent,
+ content => template("buildd/etc/apt/sources.list.d/buildd.list.erb"),
+ require => Package["apt-transport-https"],
+ notify => Exec["apt-get update"],
;
"/etc/apt/trusted-keys.d/buildd.debian.org.asc":