Package[] must not depend on apt-get update, that will cause loops
authorPeter Palfrader <peter@palfrader.org>
Fri, 27 Apr 2012 18:17:38 +0000 (18:17 +0000)
committerPeter Palfrader <peter@palfrader.org>
Fri, 27 Apr 2012 18:17:38 +0000 (18:17 +0000)
modules/debian-org/manifests/init.pp

index f7f278f..912cfd6 100644 (file)
@@ -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',