Correct cron entry for pypimirror.

* modules/pypimirror/manifests/init.pp: An errant change in commit
008fb47 switched pypimirror's update_mirror cron entry from
specifying hour 0 to minute 0 instead. This corrects it back.

Change-Id: Ibedc4e0f823f8bda229da99ed4edc27702118c60
Reviewed-on: https://review.openstack.org/18902
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Jeremy Stanley 2013-01-03 18:28:03 +00:00 committed by Jenkins
parent 34cdef195b
commit 8e58872966
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class pypimirror(
cron { 'update_mirror':
user => 'root',
minute => '0',
hour => '0',
command => '/usr/local/mirror_scripts/run-mirror.sh',
require => File['/usr/local/mirror_scripts/run-mirror.sh'],
}