Fix syntax error in tmpreaper sleep.

Change-Id: Ib7d4a007da15fa3b20938a5f7b520bacabadad46
Reviewed-on: https://review.openstack.org/12421
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2012-09-05 07:53:16 -07:00 committed by Jenkins
parent 981aa2084f
commit 44b95ddd89
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class tmpreaper() {
user => 'root',
minute => '42',
hour => '*/6',
command => 'sleep $((RANDOM\\%60+60)) && /usr/local/bin/tmpreaper.sh',
command => 'sleep $((RANDOM\%60+60)) && /usr/local/bin/tmpreaper.sh',
require => File['/usr/local/bin/tmpreaper.sh'],
}
}