]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
except with correct path
authorStephen Gran <steve@lobefin.net>
Sun, 12 Jan 2014 20:25:24 +0000 (20:25 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 12 Jan 2014 20:25:24 +0000 (20:25 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/manifests/init.pp

index bee310e9a8bed9c7dd9c72730f2e8396e0618962..f6e98748ff28ca838d885753d0f7d857c165e453 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 |>