From 3b185458a2bc3edbed15fe871424af4710ab3bc1 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 30 Dec 2013 19:57:36 +0100 Subject: [PATCH 1/1] Allow ssh to adayevskaya from all debian.org hosts --- modules/ferm/templates/me.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index be829182f..4d1a78874 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -37,8 +37,8 @@ if restrict_ssh.include?(hostname) then end if %w{adayevskaya}.include?(hostname) then - ssh4allowed << %w{$HOST_MAILRELAY_V4} - ssh6allowed << %w{$HOST_MAILRELAY_V6} + ssh4allowed << %w{$HOST_DEBIAN_V4} + ssh6allowed << %w{$HOST_DEBIAN_V6} end if nodeinfo['static_master'] then -- 2.20.1