From: Peter Palfrader Date: Mon, 30 Dec 2013 22:43:39 +0000 (+0100) Subject: adayevskaya can ssh into denis X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=13c2d77963ef63fcf80f1688d692c8aeb92dfe67 adayevskaya can ssh into denis --- diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index 4d1a7887..f3866c2f 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -40,6 +40,10 @@ if restrict_ssh.include?(hostname) then ssh4allowed << %w{$HOST_DEBIAN_V4} ssh6allowed << %w{$HOST_DEBIAN_V6} end + if %w{denis}.include?(hostname) then + ssh4allowed << "5.153.231.5" # adayevskaya + ssh6allowed << "2001:41c8:1000:21::21:5" # adayevskaya + end if nodeinfo['static_master'] then ssh4allowed << '$HOST_STATIC_V4'