From 76f40ed7bf97554e8cb59c37b03d40960597fcfb Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 12 Jan 2014 20:26:09 +0000 Subject: [PATCH] except with correct path, take 2 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 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 |> -- 2.20.1