Restrict ssh to anycast and static mirrors
authorJulien Cristau <jcristau@debian.org>
Wed, 27 Sep 2017 09:48:13 +0000 (11:48 +0200)
committerJulien Cristau <jcristau@debian.org>
Wed, 27 Sep 2017 09:48:13 +0000 (11:48 +0200)
modules/ferm/templates/me.conf.erb

index 7ebd7e2..63268d6 100644 (file)
@@ -7,7 +7,7 @@
 nodeinfo = scope.lookupvar('site::nodeinfo')
 out = []
 
-restricted_purposes = ['kvm host', 'central syslog server', 'puppet master', 'jumphost', 'buildd']
+restricted_purposes = ['kvm host', 'central syslog server', 'puppet master', 'jumphost', 'buildd', 'anycast mirror', 'static-mirror']
 restrict_ssh = %w{tchaikovsky draghi adayevskaya}
 
 if (nodeinfo['ldap'].has_key?('purpose')) then