Signed-off-by: Stephen Gran <steve@lobefin.net>
--- /dev/null
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+
+deb https://buildd.debian.org/apt/ lenny main
file {
"/etc/apt/sources.list.d/buildd.list":
- source => "puppet:///files/etc/apt/sources.list.d/buildd.list",
+ source => template("buildd/etc/apt/sources.list.d/buildd.list"),
require => Package["apt-transport-https"],
notify => Exec["apt-get update"],
;
+++ /dev/null
-##
-## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
-## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
-##
-
-deb https://buildd.debian.org/apt/ lenny main