]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 f7f278fbf82a5ea857aa7d0f12a4f85a2a7f6f65..912cfd616f9f2383133518be8571668e49f19a94 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',