Skip to content

Commit 7c63585

Browse files
author
Markus Napp
committed
Change NTP servers in TF example (Closes #823)
1 parent d8e3a70 commit 7c63585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adoc/deployment-terraform-example.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ authorized_keys = [ // <7>
7676
]
7777
7878
# IMPORTANT: Replace these ntp servers with ones from your infrastructure
79-
ntp_servers = ["0.novell.pool.ntp.org", "1.novell.pool.ntp.org", "2.novell.pool.ntp.org", "3.novell.pool.ntp.org"] // <8>
79+
ntp_servers = ["0.pool.ntp.org", "1.pool.ntp.org", "2.pool.ntp.org", "3.pool.ntp.org"] // <8>
8080
8181
----
8282
<1> `stack_name`: Prefix for all machines of the cluster spawned by terraform.
@@ -163,7 +163,7 @@ authorized_keys = [ // <15>
163163
]
164164
165165
# IMPORTANT: Replace these ntp servers with ones from your infrastructure
166-
ntp_servers = ["0.novell.pool.ntp.org", "1.novell.pool.ntp.org", "2.novell.pool.ntp.org", "3.novell.pool.ntp.org"] // <16>
166+
ntp_servers = ["0.pool.ntp.org", "1.pool.ntp.org", "2.pool.ntp.org", "3.pool.ntp.org"] // <16>
167167
----
168168

169169
[IMPORTANT]

0 commit comments

Comments
 (0)