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