From: Stephen Gran Date: Sun, 9 Oct 2011 19:02:04 +0000 (+0100) Subject: hopefully this works as well, syntax fix X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=6c5ca9ec8c873bf9e42d115b1f729fa964a1690b;p=mirror%2Fdsa-puppet.git hopefully this works as well, syntax fix Signed-off-by: Stephen Gran --- 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";