From 5a8df552f7733b7498c23be8e5a4f72cd9c4902b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 27 Apr 2012 18:17:38 +0000 Subject: [PATCH 1/1] Package[] must not depend on apt-get update, that will cause loops --- modules/debian-org/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.2