Package[] must not depend on apt-get update, that will cause loops
[mirror/dsa-puppet.git] / 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',