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:
5f5114c
)
except with correct path, take 2
author
Stephen Gran
<steve@lobefin.net>
Sun, 12 Jan 2014 20:26:09 +0000
(20:26 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 12 Jan 2014 20:26:09 +0000
(20:26 +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
f6e9874
..
1d8c8e7
100644
(file)
--- 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 |>