From: Peter Palfrader Date: Fri, 27 Apr 2012 18:17:38 +0000 (+0000) Subject: Package[] must not depend on apt-get update, that will cause loops X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5a8df552f7733b7498c23be8e5a4f72cd9c4902b;p=dsa-puppet.git Package[] must not depend on apt-get update, that will cause loops --- diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index f7f278fb..912cfd61 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -180,7 +180,7 @@ class debian-org { exec { 'apt-get update': path => '/usr/bin:/usr/sbin:/bin:/sbin', refreshonly => true, - }-> Package <| |> + } exec { 'dpkg-reconfigure tzdata -pcritical -fnoninteractive': path => '/usr/bin:/usr/sbin:/bin:/sbin',