Skip to content

Commit

Permalink
Remove generic ntp servers (Closes #823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Napp committed Jun 2, 2020
1 parent 952884d commit fd33fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adoc/deployment-terraform-example.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ authorized_keys = [ // <7>
]
# IMPORTANT: Replace these ntp servers with ones from your infrastructure
ntp_servers = ["0.pool.ntp.org", "1.pool.ntp.org", "2.pool.ntp.org", "3.pool.ntp.org"] // <8>
ntp_servers = ["0.example.ntp.org", "1.example.ntp.org", "2.example.ntp.org", "3.example.ntp.org"] // <8>
----
<1> `stack_name`: Prefix for all machines of the cluster spawned by terraform.
Expand Down Expand Up @@ -163,7 +163,7 @@ authorized_keys = [ // <15>
]
# IMPORTANT: Replace these ntp servers with ones from your infrastructure
ntp_servers = ["0.pool.ntp.org", "1.pool.ntp.org", "2.pool.ntp.org", "3.pool.ntp.org"] // <16>
ntp_servers = ["0.example.ntp.org", "1.example.ntp.org", "2.example.ntp.org", "3.example.ntp.org"] // <16>
----

[IMPORTANT]
Expand Down

0 comments on commit fd33fdd

Please sign in to comment.