increase timeout and retries for ntpdate

This commit is contained in:
Sergey Vasilenko 2013-03-11 00:06:32 +04:00 committed by Gerrit Code Review
parent 6b4be4573c
commit b6660b08a2

View File

@ -11,7 +11,7 @@ class openstack::clocksync ($ntp_server)
unless => "pidof ntpd",
before => [Service[$::ntpd::service_name]],
require => Package['ntpdate'],
tries => 10,
tries => 60,
try_sleep => 5,
command => "ntpdate $ntp_server",
path => ['/usr/bin', '/usr/sbin', '/sbin', '/bin'],