debian ntp servers

This commit is contained in:
Sage Weil 2012-09-09 14:23:12 -07:00
parent f8e1f5c222
commit db8037d998

View File

@ -33,9 +33,14 @@ def task(ctx, config):
run.Raw(';'),
'sudo',
'ntpdate',
'clock1.dreamhost.com',
'clock2.dreamhost.com',
'clock3.dreamhost.com',
# 'clock1.dreamhost.com',
# 'clock2.dreamhost.com',
# 'clock3.dreamhost.com',
# 'time.apple.com',
'0.debian.pool.ntp.org',
'1.debian.pool.ntp.org',
'2.debian.pool.ntp.org',
'3.debian.pool.ntp.org',
run.Raw(';'),
'sudo',
'service', 'ntp', 'start',