From 5f5114ced11a52ea7c11d54221cbbb249f41a78d Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 12 Jan 2014 20:25:24 +0000 Subject: [PATCH] except with correct path Signed-off-by: Stephen Gran --- modules/debian-org/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |> -- 2.20.1