From: Peter Palfrader Date: Sun, 26 Feb 2012 11:28:07 +0000 (+0100) Subject: work around broken firewalls. Hopefully it will not break differently broken networks X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=238d28348a1b3b0fb8329259018a0025990e91d7;p=mirror%2Fdsa-puppet.git work around broken firewalls. Hopefully it will not break differently broken networks --- diff --git a/modules/ntpdate/templates/etc-default-ntpdate.erb b/modules/ntpdate/templates/etc-default-ntpdate.erb index a75d9488a..52be6859e 100644 --- a/modules/ntpdate/templates/etc-default-ntpdate.erb +++ b/modules/ntpdate/templates/etc-default-ntpdate.erb @@ -33,4 +33,4 @@ NTPSERVERS="" %> # Additional options to pass to ntpdate -NTPOPTIONS="" +NTPOPTIONS="-u" # work around broken firewalls