X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Ftemplates%2Fme.conf.erb;h=7e84414b06d9569c0d64007abd60166bcba13f47;hb=f833a1c122597f80da4d4095cae8d7d5bd852a7a;hp=f3866c2f84ba6288923ff0f4a88da3bc0d7933e8;hpb=471af36728deb747a65afdba3c717d25ee9e57c5;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index f3866c2f8..7e84414b0 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -5,7 +5,7 @@ <%= nodeinfo = scope.lookupvar('site::nodeinfo') - +has_role = scope.function_has_role out = [] restricted_purposes = ['kvm host', 'central syslog server', 'puppet master', 'jumphost'] @@ -45,10 +45,10 @@ if restrict_ssh.include?(hostname) then ssh6allowed << "2001:41c8:1000:21::21:5" # adayevskaya end - if nodeinfo['static_master'] then + if has_role('static_master') then ssh4allowed << '$HOST_STATIC_V4' ssh6allowed << '$HOST_STATIC_V6' - elsif nodeinfo['static_source'] or nodeinfo['static_mirror'] then + elsif has_role('static_source') or has_role('static_mirror') then ssh4allowed << '$HOST_STATICMASTER_V4' ssh6allowed << '$HOST_STATICMASTER_V6' end