From: Julien Cristau Date: Fri, 25 Oct 2019 20:07:28 +0000 (+0200) Subject: add static-master-manda-01 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=fe8de8f34a8adb3813c2cc57b3baedadf655ac2b add static-master-manda-01 --- 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|