From: Aurelien Jarno Date: Sat, 15 Jun 2019 20:22:58 +0000 (+0200) Subject: Move timeserver from clementi to manda-node04 (missing part) X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=925bd8c055428c5fa0a4985f5df8ea407d596814 Move timeserver from clementi to manda-node04 (missing part) --- diff --git a/modules/ntp/templates/ntp.conf b/modules/ntp/templates/ntp.conf index 462f80560..efa1a6462 100644 --- a/modules/ntp/templates/ntp.conf +++ b/modules/ntp/templates/ntp.conf @@ -32,16 +32,16 @@ server 82.195.75.69 iburst server 5.153.231.242 iburst server manda-node03.debian.org iburst -server clementi.debian.org iburst +server manda-node04.debian.org iburst server bm-bl1.debian.org iburst server bm-bl2.debian.org iburst <% else -%> server manda-node03.debian.org iburst autokey -server clementi.debian.org iburst autokey +server manda-node04.debian.org iburst autokey server bm-bl1.debian.org iburst autokey server bm-bl2.debian.org iburst autokey restrict manda-node03.debian.org notrust nomodify notrap ntpport -restrict clementi.debian.org notrust nomodify notrap ntpport +restrict manda-node04.debian.org notrust nomodify notrap ntpport restrict bm-bl1.debian.org notrust nomodify notrap ntpport restrict bm-bl2.debian.org notrust nomodify notrap ntpport <% end -%>