projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e10f3a
)
except with correct path
author
Stephen Gran
<steve@lobefin.net>
Sun, 12 Jan 2014 20:25:24 +0000
(20:25 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 12 Jan 2014 20:25:24 +0000
(20:25 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/debian-org/manifests/init.pp
b/modules/debian-org/manifests/init.pp
index
bee310e
..
f6e9874
100644
(file)
--- 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 |>