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

index f6e98748ff28ca838d885753d0f7d857c165e453..1d8c8e78967775d666941f7f2fbc7324cf151565 100644 (file)
@@ -253,7 +253,7 @@ class debian-org {
        exec { 'apt-get update':
                path    => '/usr/bin:/usr/sbin:/bin:/sbin',
                onlyif  => '/usr/local/bin/check_for_updates',
-               require => File['/opt/bin/check_for_updates']
+               require => File['/usr/local/bin/check_for_updates']
        }
        Exec['apt-get update']->Package<| tag == extra_repo |>