From 6c5ca9ec8c873bf9e42d115b1f729fa964a1690b Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 9 Oct 2011 20:02:04 +0100 Subject: [PATCH] hopefully this works as well, syntax fix Signed-off-by: Stephen Gran --- modules/debian-org/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index 7dc98e155..58cf9a4ba 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -66,6 +66,7 @@ class debian-org { 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"; -- 2.20.1