From: Stephen Gran Date: Sun, 9 Oct 2011 19:01:18 +0000 (+0100) Subject: hopefully this works as well X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=16d39e23ec3f8ad3081e90b2fbc5350a82d21ec1;p=dsa-puppet.git hopefully this works as well Signed-off-by: Stephen Gran --- diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index da3d1846..7dc98e15 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"];