except with correct path
[mirror/dsa-puppet.git] / modules / debian-org / manifests / init.pp
index bee310e..f6e9874 100644 (file)
@@ -252,7 +252,7 @@ class debian-org {
 
        exec { 'apt-get update':
                path    => '/usr/bin:/usr/sbin:/bin:/sbin',
-               onlyif  => '/opt/bin/check_for_updates',
+               onlyif  => '/usr/local/bin/check_for_updates',
                require => File['/opt/bin/check_for_updates']
        }
        Exec['apt-get update']->Package<| tag == extra_repo |>