diff options
Diffstat (limited to 'templates/ntp.conf.freebsd.erb')
-rw-r--r-- | templates/ntp.conf.freebsd.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ntp.conf.freebsd.erb b/templates/ntp.conf.freebsd.erb index 954a2a8..7d08644 100644 --- a/templates/ntp.conf.freebsd.erb +++ b/templates/ntp.conf.freebsd.erb @@ -18,7 +18,7 @@ # The option `maxpoll 9' is used to prevent PLL/FLL flipping on FreeBSD. # # Managed by puppet class { "ntp": servers => [ ... ] } -<% if @is_virtual -%> +<% if @is_virtual == "true" -%> # Keep ntpd from panicking in the event of a large clock skew # when a VM guest is suspended and resumed. |