mirror of
https://github.com/ceph/ceph
synced 2025-01-27 21:44:58 +00:00
debian ntp servers
This commit is contained in:
parent
f8e1f5c222
commit
db8037d998
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user