From: Stephen Gran Date: Sun, 12 Jan 2014 20:26:09 +0000 (+0000) Subject: except with correct path, take 2 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=76f40ed7bf97554e8cb59c37b03d40960597fcfb;p=mirror%2Fdsa-puppet.git except with correct path, take 2 Signed-off-by: Stephen Gran --- diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index f6e98748f..1d8c8e789 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -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 |>