summaryrefslogtreecommitdiff
path: root/tools/cloud-init/PACKET
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-05-30 14:47:25 +0200
committerGitHub <noreply@github.com>2021-05-30 14:47:25 +0200
commit29d7a8111b3c41baf9108309b81bd60b911d317f (patch)
treeb603056bca7f8db4f917508a2cf43c94afd2fd7f /tools/cloud-init/PACKET
parent73998f15884ded0f3294d6696cd7d49a0707a55a (diff)
parent220bcf59f2bc31e02d786bf741816333cfb56a52 (diff)
downloadvyos-build-29d7a8111b3c41baf9108309b81bd60b911d317f.tar.gz
vyos-build-29d7a8111b3c41baf9108309b81bd60b911d317f.zip
Merge pull request #166 from DmitriyEshenko/27052021-change-ntp-servers
ntp: T2123: Change NTP servers in default configs
Diffstat (limited to 'tools/cloud-init/PACKET')
-rw-r--r--tools/cloud-init/PACKET/config.boot.default6
-rw-r--r--tools/cloud-init/PACKET/config.boot.default-debug6
2 files changed, 6 insertions, 6 deletions
diff --git a/tools/cloud-init/PACKET/config.boot.default b/tools/cloud-init/PACKET/config.boot.default
index b56a94aa..1ceff6a3 100644
--- a/tools/cloud-init/PACKET/config.boot.default
+++ b/tools/cloud-init/PACKET/config.boot.default
@@ -11,9 +11,9 @@ system {
}
}
ntp {
- server "0.pool.ntp.org"
- server "1.pool.ntp.org"
- server "2.pool.ntp.org"
+ server "time1.vyos.net"
+ server "time2.vyos.net"
+ server "time3.vyos.net"
}
console {
device ttyS1 {
diff --git a/tools/cloud-init/PACKET/config.boot.default-debug b/tools/cloud-init/PACKET/config.boot.default-debug
index 660f1d0f..1b850568 100644
--- a/tools/cloud-init/PACKET/config.boot.default-debug
+++ b/tools/cloud-init/PACKET/config.boot.default-debug
@@ -22,9 +22,9 @@ system {
}
}
ntp {
- server "0.pool.ntp.org"
- server "1.pool.ntp.org"
- server "2.pool.ntp.org"
+ server "time1.vyos.net"
+ server "time2.vyos.net"
+ server "time3.vyos.net"
}
console {
device ttyS1 {