From: Stephen Gran Date: Sun, 9 Oct 2011 19:04:41 +0000 (+0100) Subject: and another one X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c77e7af258c9f01bfa1d51770f67cc1b88380f94;p=mirror%2Fdsa-puppet.git and another one Signed-off-by: Stephen Gran --- 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":