From c77e7af258c9f01bfa1d51770f67cc1b88380f94 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 9 Oct 2011 20:04:41 +0100 Subject: [PATCH] and another one 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 714127e2c..9654c33bd 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -65,6 +65,9 @@ class debian-org { "/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/volatile.list": + content => template("debian-org/etc/apt/sources.list.d/volatile.list.erb"), + notify => Exec["apt-get update"]; } } } @@ -74,9 +77,6 @@ class debian-org { "/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"]; - "/etc/apt/sources.list.d/volatile.list": - content => template("debian-org/etc/apt/sources.list.d/volatile.list.erb"), - notify => Exec["apt-get update"]; "/etc/apt/apt.conf.d/local-recommends": source => "puppet:///modules/debian-org/apt.conf.d/local-recommends"; "/etc/apt/apt.conf.d/local-pdiffs": -- 2.20.1