From 23439f94c57487b7ef4227c4330a221f26c2b72e Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Wed, 23 Sep 2009 00:11:58 +0100 Subject: [PATCH] path Signed-off-by: Stephen Gran --- modules/buildd/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/buildd/manifests/init.pp b/modules/buildd/manifests/init.pp index 5a7c21b8..24a2f82f 100644 --- 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"), + source => template("buildd/etc/apt/sources.list.d/buildd.list.erb"), require => Package["apt-transport-https"], notify => Exec["apt-get update"], ; -- 2.39.2