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:
f2c07c6
)
with templates it is content
author
Peter Palfrader
<peter@palfrader.org>
Tue, 22 Sep 2009 23:15:55 +0000
(
01:15
+0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 22 Sep 2009 23:15:55 +0000
(
01:15
+0200)
modules/buildd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/buildd/manifests/init.pp
b/modules/buildd/manifests/init.pp
index
24a2f82
..
6c8a729
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-9,7
+9,7
@@
class buildd {
file {
"/etc/apt/sources.list.d/buildd.list":
-
source
=> template("buildd/etc/apt/sources.list.d/buildd.list.erb"),
+
content
=> template("buildd/etc/apt/sources.list.d/buildd.list.erb"),
require => Package["apt-transport-https"],
notify => Exec["apt-get update"],
;