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:
0ea1c2b
)
crontabs need a newline at the end
author
Peter Palfrader
<peter@palfrader.org>
Sun, 23 Jun 2013 09:38:41 +0000
(11:38 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 23 Jun 2013 09:38:41 +0000
(11:38 +0200)
modules/porterbox/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/porterbox/manifests/init.pp
b/modules/porterbox/manifests/init.pp
index
6362158
..
bda81a5
100644
(file)
--- a/
modules/porterbox/manifests/init.pp
+++ b/
modules/porterbox/manifests/init.pp
@@
-38,6
+38,6
@@
class porterbox {
source => 'puppet:///modules/porterbox/setup-all-dchroots',
}
file { '/etc/cron.d/puppet-update-dchroots':
- content =>
'0 3 * * 0 root PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin chronic setup-all-dchroots'
,
+ content =>
"0 15 * * 0 root PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin chronic setup-all-dchroots\n"
,
}
}