From fe8de8f34a8adb3813c2cc57b3baedadf655ac2b Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Fri, 25 Oct 2019 22:07:28 +0200 Subject: [PATCH] add static-master-manda-01 --- data/nodes/static-master-manda-01.debian.org.yaml | 2 ++ modules/ferm/templates/me.conf.erb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 data/nodes/static-master-manda-01.debian.org.yaml diff --git a/data/nodes/static-master-manda-01.debian.org.yaml b/data/nodes/static-master-manda-01.debian.org.yaml new file mode 100644 index 000000000..e8342a055 --- /dev/null +++ b/data/nodes/static-master-manda-01.debian.org.yaml @@ -0,0 +1,2 @@ +classes: + - roles::static_master diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index ef3b550b8..086a81832 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -8,7 +8,7 @@ nodeinfo = scope.lookupvar('deprecated::nodeinfo') out = [] restricted_purposes = ['kvm host', 'ganeti/kvm host', 'central syslog server', 'puppet master', 'jumphost', 'buildd', 'static-mirror', 'anycast mirror'] -restrict_ssh = %w{tchaikovsky draghi adayevskaya static-master-grnet-01 static-master-ubc-01 geo1 geo2 geo3 denis} +restrict_ssh = %w{tchaikovsky draghi adayevskaya static-master-grnet-01 static-master-manda-01 static-master-ubc-01 geo1 geo2 geo3 denis} if (nodeinfo['ldap'].has_key?('purpose')) then nodeinfo['ldap']['purpose'].each do |purp| -- 2.20.1