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:
667b3e4
)
remove stray punctuation
author
Peter Palfrader
<peter@palfrader.org>
Mon, 25 Dec 2017 12:09:56 +0000
(13:09 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 25 Dec 2017 12:09:56 +0000
(13:09 +0100)
modules/buildd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/buildd/manifests/init.pp
b/modules/buildd/manifests/init.pp
index
87c3eda
..
fa05663
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-104,7
+104,7
@@
class buildd ($ensure=present) {
concat::fragment { 'dsa-puppet-stuff--buildd-aptitude-killer':
target => '/etc/cron.d/dsa-puppet-stuff',
content => @(EOF)
- "*/5 * * * * root /usr/local/sbin/buildd-schroot-aptitude-kill",
+ */5 * * * * root /usr/local/sbin/buildd-schroot-aptitude-kill
| EOF
}