From 16d39e23ec3f8ad3081e90b2fbc5350a82d21ec1 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 9 Oct 2011 20:01:18 +0100 Subject: [PATCH] hopefully this works as well Signed-off-by: Stephen Gran --- modules/debian-org/manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index da3d18462..7dc98e155 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -62,13 +62,13 @@ class debian-org { "/etc/apt/sources.list.d/security.list": content => template("debian-org/etc/apt/sources.list.d/security.list.erb"), notify => Exec["apt-get update"]; + "/etc/apt/sources.list.d/backports.org.list": + content => template("debian-org/etc/apt/sources.list.d/backports.org.list.erb"), + notify => Exec["apt-get update"]; } file { "/etc/apt/preferences": source => "puppet:///modules/debian-org/apt.preferences"; - "/etc/apt/sources.list.d/backports.org.list": - content => template("debian-org/etc/apt/sources.list.d/backports.org.list.erb"), - notify => Exec["apt-get update"]; "/etc/apt/sources.list.d/debian.org.list": content => template("debian-org/etc/apt/sources.list.d/debian.org.list.erb"), notify => Exec["apt-get update"]; -- 2.20.1