From: Stephen Gran Date: Sun, 20 Sep 2009 11:37:17 +0000 (+0100) Subject: maybe this will be nicer X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=bb15adff411f4c08c116324cb21e3f96e767df1b;p=mirror%2Fdsa-puppet.git maybe this will be nicer Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index 8331d5030..192c5462e 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1,5 +1,5 @@ Package { - require => File["/etc/apt/apt.conf.d/local-recommends"] + require => [ Exec["apt-get update"], File["/etc/apt/apt.conf.d/local-recommends"] ] } File {