From: Stephen Gran Date: Sun, 7 Mar 2010 10:43:29 +0000 (+0000) Subject: erm, time is tcp, ntp is udp X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c32ab1ed3c9d7b42e9b07af8ed70af9eb85b0cc3;p=mirror%2Fdsa-puppet.git erm, time is tcp, ntp is udp Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index ee232f506..7a8565dbd 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -122,7 +122,7 @@ node default { ancina,zelenka: { @ferm::rule { "dsa-time": description => "Allow time access", - rule => "&SERVICE_RANGE(udp, time, \$HOST_NAGIOS_V4)" + rule => "&SERVICE_RANGE(tcp, time, \$HOST_NAGIOS_V4)" } }