From 4793b80336b23461510aef7b6126c73e8dffd05d Mon Sep 17 00:00:00 2001 From: Luca Filipozzi Date: Thu, 3 May 2012 23:41:32 +0000 Subject: [PATCH] ruby != python --- modules/ntp/templates/ntp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ntp/templates/ntp.conf b/modules/ntp/templates/ntp.conf index 93e1f648f..0febb359e 100644 --- a/modules/ntp/templates/ntp.conf +++ b/modules/ntp/templates/ntp.conf @@ -40,7 +40,7 @@ server orff.debian.org iburst server ravel.debian.org iburst server busoni.debian.org iburst <% else -%> -<% if fqdn in ["pasquini.debian.org", "tristano.debian.org"] -%> +<% if %w{pasquini.debian.org tristano.debian.org}.include?(fqdn) -%> server ntp1.ubc.ca iburst dynamic server ntp2.ubc.ca iburst dynamic <% end -%> -- 2.20.1